Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 13:14:46 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-16 20:44:40 +0400
commit6792559f8aa8fb0775b259fa35c9a5dc2dd24796 (patch)
tree34c4d43761fef7f99b34d4c3ba38b9c791373a4c /libavcodec/vc1.h
parent042aec41ae0b28545b2924d2e3baf98e725d678a (diff)
vc1: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h
index 0ece45a290..d70e33700e 100644
--- a/libavcodec/vc1.h
+++ b/libavcodec/vc1.h
@@ -380,7 +380,7 @@ typedef struct VC1Context{
//@{
int new_sprite;
int two_sprites;
- AVFrame sprite_output_frame;
+ AVFrame *sprite_output_frame;
int output_width, output_height, sprite_width, sprite_height;
uint8_t* sr_rows[2][2]; ///< Sprite resizer line cache
//@}