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 --- libavcodec/vc1.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 00dcfbf1d2..d0c0cccfb0 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -306,6 +306,12 @@ typedef struct VC1Context{ uint8_t range_mapuv; //@} + /** Frame decoding info for sprite modes */ + //@{ + int new_sprite; + int two_sprites; + //@} + int p_frame_skipped; int bi_type; int x8_type; -- cgit v1.2.3