Commit 989691c9 authored by Laurent Aimar's avatar Laurent Aimar

Added a few missing fourcc to rawvideo decoder.

parent 9ba7d131
......@@ -92,9 +92,13 @@ static int OpenDecoder( vlc_object_t *p_this )
{
/* Planar YUV */
case VLC_CODEC_I444:
case VLC_CODEC_J444:
case VLC_CODEC_I422:
case VLC_CODEC_J422:
case VLC_CODEC_I420:
case VLC_CODEC_J420:
case VLC_CODEC_YV12:
case VLC_CODEC_YV9:
case VLC_CODEC_I411:
case VLC_CODEC_I410:
case VLC_CODEC_GREY:
......
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