aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-17 13:27:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-07 21:23:25 +0100
commit345e2a2b43885611f1d44d975235ba0db63b8de8 (patch)
treec7caa8cadd71a98a5bb52a5c4a25c9020f33c35a /libavcodec/huffyuv.h
parent7442aa20fad1fc30c1b079b72d62cf26bee45acd (diff)
downloadandroid_external_ffmpeg-345e2a2b43885611f1d44d975235ba0db63b8de8.tar.gz
android_external_ffmpeg-345e2a2b43885611f1d44d975235ba0db63b8de8.tar.bz2
android_external_ffmpeg-345e2a2b43885611f1d44d975235ba0db63b8de8.zip
Merge remote-tracking branch 'qatar/master'
* qatar/master: mpegvideo_enc: use the AVFrame API properly. ffv1: use the AVFrame API properly. jpegls: use the AVFrame API properly. huffyuv: use the AVFrame API properly. Conflicts: libavcodec/ffv1.c libavcodec/ffv1.h libavcodec/ffv1dec.c libavcodec/ffv1enc.c Changes to ffv1 are more redone than merged due to them being based on an ancient codebase and a good part of that having being done already as well. Merged-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit be1e6e7503b2f10b0176201418eb97912cee093f) Conflicts: libavcodec/ffv1enc.c libavcodec/mpegvideo.h libavcodec/mpegvideo_enc.c Author of the merged code: Anton Khirnov
Diffstat (limited to 'libavcodec/huffyuv.h')
-rw-r--r--libavcodec/huffyuv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index e34b562b76..e2cacc1ae4 100644
--- a/libavcodec/huffyuv.h
+++ b/libavcodec/huffyuv.h
@@ -78,7 +78,6 @@ typedef struct HYuvContext {
uint32_t bits[3][256];
uint32_t pix_bgr_map[1<<VLC_BITS];
VLC vlc[6]; //Y,U,V,YY,YU,YV
- AVFrame picture;
uint8_t *bitstream_buffer;
unsigned int bitstream_buffer_size;
DSPContext dsp;