Commit 93f6ddfc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

FFMPEG: activate WMVA since it seems to work (tested with three different files)

parent 5c76eac0
...@@ -852,12 +852,11 @@ static struct ...@@ -852,12 +852,11 @@ static struct
{ VLC_FOURCC('W','V','C','1'), CODEC_ID_VC1, { VLC_FOURCC('W','V','C','1'), CODEC_ID_VC1,
VIDEO_ES, "Windows Media Video VC1" }, VIDEO_ES, "Windows Media Video VC1" },
#endif #endif
#if 0
/* WMVA is the VC-1 codec before the standardization proces, /* WMVA is the VC-1 codec before the standardization proces,
it is not bitstream compatible and deprecated */ it is not bitstream compatible and deprecated */
{ VLC_FOURCC('W','M','V','A'), CODEC_ID_VC1, { VLC_FOURCC('W','M','V','A'), CODEC_ID_VC1,
VIDEO_ES, "Windows Media Video Advanced Profile" }, VIDEO_ES, "Windows Media Video Advanced Profile" },
#endif
/* Microsoft Video 1 */ /* Microsoft Video 1 */
{ VLC_FOURCC('M','S','V','C'), CODEC_ID_MSVIDEO1, { VLC_FOURCC('M','S','V','C'), CODEC_ID_MSVIDEO1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment