aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/jpegls.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-04 16:17:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-09-07 14:29:14 +0200
commit31b6b6685e705f487c16546a3e2e687af99e470b (patch)
treee6672f4f671a4310963698b0380d3e994bb91f8b /libavcodec/jpegls.h
parentd2f7b399149f725138f5551ae980e755596d527c (diff)
downloadffmpeg-31b6b6685e705f487c16546a3e2e687af99e470b.tar.gz
avcodec/jpegls: Remove unused structure
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/jpegls.h')
-rw-r--r--libavcodec/jpegls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h
index 6b89b2afa3..16372bd39d 100644
--- a/libavcodec/jpegls.h
+++ b/libavcodec/jpegls.h
@@ -34,10 +34,6 @@
#undef near /* This file uses struct member 'near' which in windows.h is defined as empty. */
-typedef struct JpeglsContext {
- AVCodecContext *avctx;
-} JpeglsContext;
-
typedef struct JLSState {
int T1, T2, T3;
int A[367], B[367], C[365], N[367];