]> git.sesse.net Git - vlc/commitdiff
FFMPEG: activate WMVA since it seems to work (tested with three different files)
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 11 May 2007 21:58:10 +0000 (21:58 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 11 May 2007 21:58:10 +0000 (21:58 +0000)
modules/codec/ffmpeg/ffmpeg.c

index 58cecf72967ee9faa1a91fa588dce73a6795a977..eb80e7ca0a0f2e79f5561dc60cad6f2ee21c0ad7 100644 (file)
@@ -852,12 +852,11 @@ static struct
     { VLC_FOURCC('W','V','C','1'), CODEC_ID_VC1,
       VIDEO_ES, "Windows Media Video VC1" },
 #endif
-#if 0
+
     /* WMVA is the VC-1 codec before the standardization proces,
        it is not bitstream compatible and deprecated  */
     { VLC_FOURCC('W','M','V','A'), CODEC_ID_VC1,
       VIDEO_ES, "Windows Media Video Advanced Profile" },
-#endif
 
     /* Microsoft Video 1 */
     { VLC_FOURCC('M','S','V','C'), CODEC_ID_MSVIDEO1,