From cba322d76d4a00b659d7de030018d6003820c715 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 26 Sep 2010 13:56:50 +0000 Subject: Make WMV3 decoder attempt to decode WMVP as well Originally committed as revision 25209 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 24d0cce975..55418514bf 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -227,6 +227,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '0') }, { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') }, { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') }, + { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', 'P') }, { CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') }, { CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') }, { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') }, -- cgit v1.2.3