diff options
author | Anton Khirnov | 2013-11-09 10:14:46 +0100 |
---|---|---|
committer | Anton Khirnov | 2013-11-16 12:45:29 +0100 |
commit | 6139f481ac9feb1bee4e7d04789fb15d7f24ebbf (patch) | |
tree | 58966af8bcfd119c1d17993a087bc71070dabf3c /libavcodec/asv.h | |
parent | 13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73 (diff) |
asvenc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/asv.h')
-rw-r--r-- | libavcodec/asv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/asv.h b/libavcodec/asv.h index 228bd18186..3e56857d22 100644 --- a/libavcodec/asv.h +++ b/libavcodec/asv.h @@ -38,7 +38,6 @@ typedef struct ASV1Context{ AVCodecContext *avctx; DSPContext dsp; - AVFrame picture; PutBitContext pb; GetBitContext gb; ScanTable scantable; |