Commit d5983f30 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Added NV12/21 support in rawvideo decoder.

(cherry picked from commit 4f417ef5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 746fb6ab
......@@ -104,6 +104,8 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_CODEC_I410:
case VLC_CODEC_GREY:
case VLC_CODEC_YUVP:
case VLC_CODEC_NV12:
case VLC_CODEC_NV21:
/* 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