diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-04 16:17:36 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-07 14:29:14 +0200 |
commit | 31b6b6685e705f487c16546a3e2e687af99e470b (patch) | |
tree | e6672f4f671a4310963698b0380d3e994bb91f8b /libavcodec/jpegls.h | |
parent | d2f7b399149f725138f5551ae980e755596d527c (diff) | |
download | ffmpeg-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.h | 4 |
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]; |