[Ffmpeg-cvslog] r7599 - trunk/libavformat/asf-enc.c
michael
subversion
Sun Jan 21 13:30:44 CET 2007
Author: michael
Date: Sun Jan 21 13:30:44 2007
New Revision: 7599
Modified:
trunk/libavformat/asf-enc.c
Log:
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
Modified: trunk/libavformat/asf-enc.c
==============================================================================
--- trunk/libavformat/asf-enc.c (original)
+++ trunk/libavformat/asf-enc.c Sun Jan 21 13:30:44 2007
@@ -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 },
};
More information about the ffmpeg-cvslog
mailing list