From 45ecda855405f102bcc5d8fbadc5f2376e8e9c42 Mon Sep 17 00:00:00 2001 From: Alberto Delmás Date: Wed, 17 Aug 2011 14:24:42 +0200 Subject: Windows Media Image decoder (WMVP/WVP2) Signed-off-by: Anton Khirnov --- libavcodec/vc1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 96e5744228..e1365ab2c2 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -311,6 +311,9 @@ typedef struct VC1Context{ //@{ int new_sprite; int two_sprites; + AVFrame sprite_output_frame; + int output_width, output_height, sprite_width, sprite_height; + uint8_t* sr_rows[2][2]; ///< Sprite resizer line cache //@} int p_frame_skipped; -- cgit v1.2.3