summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorAlberto Delmás <adelmas@gmail.com>2011-04-08 20:00:48 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-10 10:07:49 +0200
commit768c5251141be705d64a480b641c6b17d32a4e7b (patch)
treed40b53f710d1b10e099497e498a9527b65618f55 /libavcodec/vc1.c
parent70ff55733d41303f55bee80041095bd10b87363a (diff)
Parse sprite data for WMVP and WVP2, and decode sprites for the latter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 77e71db778..b058a38c40 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -605,9 +605,6 @@ int vc1_parse_frame_header(VC1Context *v, GetBitContext* gb)
{
int pqindex, lowquant, status;
- if(v->res_sprite) {
- skip_bits(gb, 2); //not yet deciphered
- }
if(v->finterpflag) v->interpfrm = get_bits1(gb);
skip_bits(gb, 2); //framecnt unused
v->rangeredfrm = 0;