amcvideodec: Add FIXME comment

This commit is contained in:
Sebastian Dröge 2013-09-03 10:56:46 +02:00
parent 48484f04a2
commit c4e742f428

View file

@ -1002,6 +1002,7 @@ gst_amc_video_dec_fill_buffer (GstAmcVideoDec * self, gint idx,
ret = TRUE;
break;
}
/* FIXME: This should be in libgstvideo as MT12 or similar, see v4l2 */
case COLOR_QCOM_FormatYUV420PackedSemiPlanar64x32Tile2m8ka:{
gint width = self->width;
gint height = self->height;