diff options
author | Alberto Delmás <adelmas@gmail.com> | 2011-08-17 14:24:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-23 11:18:35 +0200 |
commit | 45ecda855405f102bcc5d8fbadc5f2376e8e9c42 (patch) | |
tree | e40dee592918dbe35b68dc943d15da93e294101c /libavcodec/vc1.h | |
parent | 3be5a943514f4528056d91afb8347b3dc51f21d6 (diff) | |
download | ffmpeg-45ecda855405f102bcc5d8fbadc5f2376e8e9c42.tar.gz |
Windows Media Image decoder (WMVP/WVP2)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |