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 15:45:05 +0400
commit13e9cc9ce0646ba8e31d837b5e6372ec80fa7a73 (patch)
tree771753cee4f0a517e945876b7c00e8e3101626b4 /libavcodec/a64enc.h
parentb9fb59d2ab05fdfe89d3fb0d7ecbbd91e560f57d (diff)
a64multienc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/a64enc.h')
-rw-r--r--libavcodec/a64enc.h3
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;