From 768c5251141be705d64a480b641c6b17d32a4e7b Mon Sep 17 00:00:00 2001 From: Alberto Delmás Date: Fri, 8 Apr 2011 20:00:48 +0200 Subject: Parse sprite data for WMVP and WVP2, and decode sprites for the latter Signed-off-by: Anton Khirnov --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/riff.c b/libavformat/riff.c index f490b47eb4..792c206678 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -232,6 +232,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { 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_VC1, MKTAG('W', 'V', 'P', '2') }, { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') }, { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') }, -- cgit v1.2.3