]> git.sesse.net Git - vlc/commitdiff
Add 2Vuy FourCC case flavour to rawvideo.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 3 Jul 2007 18:15:18 +0000 (18:15 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 3 Jul 2007 18:15:18 +0000 (18:15 +0000)
By Ilkka Ollakka

modules/codec/rawvideo.c

index 696031398ea7922042ac2c938a6785d94fd9c85b..41d1c32524a7382b0135550d5c9e5452f769dddf 100644 (file)
@@ -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'):