From 29f94bbc1065352bcbf836bf0217a0159b4ac4d2 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Wed, 21 Jun 2006 14:32:21 +0000 Subject: [PATCH] * update the ffmpeg VC-1 fourcc info. Hopefully it can be enabled soon now. --- modules/codec/ffmpeg/ffmpeg.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/codec/ffmpeg/ffmpeg.c b/modules/codec/ffmpeg/ffmpeg.c index a04c31b07e..96b853d87c 100644 --- a/modules/codec/ffmpeg/ffmpeg.c +++ b/modules/codec/ffmpeg/ffmpeg.c @@ -724,8 +724,14 @@ static struct #if 0 { VLC_FOURCC('W','M','V','3'), CODEC_ID_WMV3, VIDEO_ES, "Windows Media Video 3" }, - { VLC_FOURCC('V','C','9',' '), CODEC_ID_VC9, - VIDEO_ES, "Windows Media Video VC9" }, + { 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 #if LIBAVCODEC_BUILD >= 4683 -- 2.39.5