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:28 +0100 |
commit | 706a92926ccae390e3f74520a60b4d5790e8ddc4 (patch) | |
tree | bce72f83cc7930e78343ad7829536397b812feed /libavcodec/jpegls.h | |
parent | 14b35bf065a3df56cccd116a27cae6a772239005 (diff) | |
download | ffmpeg-706a92926ccae390e3f74520a60b4d5790e8ddc4.tar.gz |
jpegls: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/jpegls.h')
-rw-r--r-- | libavcodec/jpegls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h index 4bf95626f9..eae3943c30 100644 --- a/libavcodec/jpegls.h +++ b/libavcodec/jpegls.h @@ -33,7 +33,6 @@ typedef struct JpeglsContext { AVCodecContext *avctx; - AVFrame picture; } JpeglsContext; typedef struct JLSState { |