summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-21 12:30:44 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-21 12:30:44 +0000
commit4fde033a68d46c74308f84d326646c04c4da430b (patch)
tree5c5346f34be86be3e2148d1f33b961a94b123dad /libavformat
parent65de07ea4f8f7dd38ab09e14244c77eb03a6e563 (diff)
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
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/asf-enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c
index 11bdce4e33..d12b52ad38 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 },
};