summaryrefslogtreecommitdiff
path: root/libavcodec/jpegls.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 10:14:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 17:50:28 +0100
commit706a92926ccae390e3f74520a60b4d5790e8ddc4 (patch)
treebce72f83cc7930e78343ad7829536397b812feed /libavcodec/jpegls.h
parent14b35bf065a3df56cccd116a27cae6a772239005 (diff)
jpegls: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/jpegls.h')
-rw-r--r--libavcodec/jpegls.h1
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 {