From 4fde033a68d46c74308f84d326646c04c4da430b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 21 Jan 2007 12:30:44 +0000 Subject: [PATCH] this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf-enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c index 11bdce4e335..d12b52ad38a 100644 --- a/libavformat/asf-enc.c +++ b/libavformat/asf-enc.c @@ -190,6 +190,7 @@ static const AVCodecTag codec_asf_bmp_tags[] = { { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') }, { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') }, + { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { CODEC_ID_NONE, 0 }, }; -- 2.39.2