Commit eda0b58b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add 2Vuy FourCC case flavour to rawvideo.

By Ilkka Ollakka
parent f5321226
......@@ -108,6 +108,7 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('R','V','1','5'):
break;
case VLC_FOURCC('2','V','u','y'):
case VLC_FOURCC('2','v','u','y'):
p_dec->fmt_in.i_codec = VLC_FOURCC('U','Y','V','Y');
break;
case VLC_FOURCC('y','v','1','2'):
......
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