diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-09 10:14:46 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-16 12:45:05 +0100 |
commit | 13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73 (patch) | |
tree | 771753cee4f0a517e945876b7c00e8e3101626b4 /libavcodec/a64enc.h | |
parent | b9fb59d2ab05fdfe89d3fb0d7ecbbd91e560f57d (diff) | |
download | ffmpeg-13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73.tar.gz |
a64multienc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r-- | libavcodec/a64enc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/a64enc.h b/libavcodec/a64enc.h index d5f8e9ac99..65c1d30951 100644 --- a/libavcodec/a64enc.h +++ b/libavcodec/a64enc.h @@ -34,9 +34,6 @@ #define C64YRES 200 typedef struct A64Context { - /* general variables */ - AVFrame picture; - /* variables for multicolor modes */ AVLFG randctx; int mc_lifetime; |