Commit 2ce6fa2d authored by Rafaël Carré's avatar Rafaël Carré

rawvideo: I422_10L/B support

parent 260dc965
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment