diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-09 10:14:46 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-16 17:50:20 +0100 |
commit | 14b35bf065a3df56cccd116a27cae6a772239005 (patch) | |
tree | 9eb42b72a7b6d0d95b11c2cc189342a0fdcbac22 /libavcodec/huffyuv.h | |
parent | ffe04c330335add4c6d70ab0bb98e6b3f4f7abfa (diff) | |
download | ffmpeg-14b35bf065a3df56cccd116a27cae6a772239005.tar.gz |
huffyuv: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/huffyuv.h')
-rw-r--r-- | libavcodec/huffyuv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h index c464d833c1..9c875d5310 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; |