X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=src%2Fmisc%2Ffourcc.c;h=bbf6c4153d35ef29c66b44217bdd84a871717859;hp=72ff10518e1ccd95f862152788c00ad9afe1ff0c;hb=4ff32051582e17cdf93629459167e1fd97ed2e13;hpb=7b452ff3b0b1cc376e13c8766dcae3e2c383aa88 diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 72ff10518e..bbf6c4153d 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -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[] = {