Commit 8ea82fe4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add AVUI fourCC, fix the problem with...

Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz

parent 0a9fae62
...@@ -109,6 +109,7 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -109,6 +109,7 @@ static int OpenDecoder( vlc_object_t *p_this )
break; break;
case VLC_FOURCC('2','V','u','y'): case VLC_FOURCC('2','V','u','y'):
case VLC_FOURCC('2','v','u','y'): case VLC_FOURCC('2','v','u','y'):
case VLC_FOURCC('A','V','U','I'):
p_dec->fmt_in.i_codec = VLC_FOURCC('U','Y','V','Y'); p_dec->fmt_in.i_codec = VLC_FOURCC('U','Y','V','Y');
break; break;
case VLC_FOURCC('y','v','1','2'): 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