mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
amcvideodec: Add FIXME comment
This commit is contained in:
parent
48484f04a2
commit
c4e742f428
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue