Commit 4f417ef5 authored by Laurent Aimar's avatar Laurent Aimar

Added NV12/21 support in rawvideo decoder.

parent 400a9e94
...@@ -104,6 +104,8 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -104,6 +104,8 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_CODEC_I410: case VLC_CODEC_I410:
case VLC_CODEC_GREY: case VLC_CODEC_GREY:
case VLC_CODEC_YUVP: case VLC_CODEC_YUVP:
case VLC_CODEC_NV12:
case VLC_CODEC_NV21:
/* Packed YUV */ /* Packed YUV */
case VLC_CODEC_YUYV: 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