]> git.sesse.net Git - vlc/commitdiff
Add HDYC fourCC for some HD Raw Videos.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Sep 2007 12:31:56 +0000 (12:31 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Sep 2007 12:31:56 +0000 (12:31 +0000)
modules/codec/rawvideo.c

index ac08a26b535cf460ec54310e7157628e16b4eec4..5cc3acec893d59dd9ecae6a475908e3569c7d327 100644 (file)
@@ -102,6 +102,7 @@ static int OpenDecoder( vlc_object_t *p_this )
         /* Packed YUV */
         case VLC_FOURCC('Y','U','Y','2'):
         case VLC_FOURCC('U','Y','V','Y'):
+        case VLC_FOURCC('H','D','Y','C'):
 
         /* RGB */
         case VLC_FOURCC('R','V','3','2'):