]> git.sesse.net Git - vlc/commitdiff
Add Y41B and Y42B FourCC. Solves rare raw video detection.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Sep 2007 12:29:13 +0000 (12:29 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Sep 2007 12:29:13 +0000 (12:29 +0000)
modules/codec/rawvideo.c

index 47c05cda8253d72fd6934fc6f8e55752c58cf95d..ac08a26b535cf460ec54310e7157628e16b4eec4 100644 (file)
@@ -96,6 +96,8 @@ static int OpenDecoder( vlc_object_t *p_this )
         case VLC_FOURCC('I','4','1','1'):
         case VLC_FOURCC('I','4','1','0'):
         case VLC_FOURCC('Y','V','U','9'):
+        case VLC_FOURCC('Y','4','2','B'):
+        case VLC_FOURCC('Y','4','1','B'):
 
         /* Packed YUV */
         case VLC_FOURCC('Y','U','Y','2'):