]> git.sesse.net Git - vlc/blobdiff - modules/codec/rawvideo.c
omxil: If OMX_IndexParamVideoInit failed, assume 2 ports with index 0 and 1
[vlc] / modules / codec / rawvideo.c
index 02c297519ff004793016c21633c6cbaab873e6ff..3cd8719d030f165535837744313de5efdada5a11 100644 (file)
@@ -108,6 +108,8 @@ static int OpenDecoder( vlc_object_t *p_this )
         case VLC_CODEC_YUVP:
         case VLC_CODEC_NV12:
         case VLC_CODEC_NV21:
+        case VLC_CODEC_I422_10L:
+        case VLC_CODEC_I422_10B:
 
         /* Packed YUV */
         case VLC_CODEC_YUYV: