[Ffmpeg-cvslog] r8581 - trunk/libavformat/riff.c
michael
subversion
Sun Apr 1 03:09:56 CEST 2007
Author: michael
Date: Sun Apr 1 03:09:56 2007
New Revision: 8581
Modified:
trunk/libavformat/riff.c
Log:
WMVA
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c (original)
+++ trunk/libavformat/riff.c Sun Apr 1 03:09:56 2007
@@ -156,6 +156,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') },
{ CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') },
{ CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') },
+ { CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') },
{ CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
{ CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
More information about the ffmpeg-cvslog
mailing list