summaryrefslogtreecommitdiff
path: root/libavcodec/asv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 10:14:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 12:45:29 +0100
commit6139f481ac9feb1bee4e7d04789fb15d7f24ebbf (patch)
tree58966af8bcfd119c1d17993a087bc71070dabf3c /libavcodec/asv.h
parent13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73 (diff)
asvenc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/asv.h')
-rw-r--r--libavcodec/asv.h1
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;