Parse sprite data for WMVP and WVP2, and decode sprites for the latter

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Alberto Delmás
2011-04-08 20:00:48 +02:00
committed by Anton Khirnov
parent 70ff55733d
commit 768c525114
5 changed files with 132 additions and 7 deletions

View File

@@ -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;