]> git.sesse.net Git - vlc/commitdiff
fourcc.c TSQ.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 13 May 2009 19:10:35 +0000 (21:10 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 13 May 2009 19:18:20 +0000 (21:18 +0200)
src/misc/fourcc.c

index 72ff10518e1ccd95f862152788c00ad9afe1ff0c..bbf6c4153d35ef29c66b44217bdd84a871717859 100644 (file)
@@ -140,7 +140,10 @@ static const entry_t p_list_video[] = {
         E("FVFW", "FFmpeg MPEG-4"),
         E("FFDS", "FFDShow MPEG-4"),
         E("VIDM", "vidm 4.01 codec"),
-
+        /* 3ivx delta 3.5 Unsupported
+         * putting it here gives extreme distorted images */
+        //E("3IV1", "3ivx delta 3.5 MPEG-4 Video"),
+        //E("3iv1", "3ivx delta 3.5 MPEG-4 Video"),
 
     /* MSMPEG4 v1 */
     B(VLC_CODEC_DIV1, "MS MPEG-4 Video v1"),
@@ -714,12 +717,6 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_PCX, "Personal Computer Exchange Image"),
         A("pcx "),
 
-    /* 3ivx delta 3.5 Unsupported
-     * putting it here gives extreme distorted images
-    { VLC_FOURCC('3','I','V','1'), CODEC_ID_MPEG4,
-      VIDEO_ES, "MPEG-4 Video" },
-    { VLC_FOURCC('3','i','v','1'), CODEC_ID_MPEG4,
-      VIDEO_ES, "MPEG-4 Video" }, */
     B(0, "")
 };
 static const entry_t p_list_audio[] = {