[FFmpeg-devel] [PATCH 8/8] avcodec/jpegls: Remove unused structure

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Sat Sep 5 02:17:16 EEST 2020


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavcodec/jpegls.h | 4 ----
 1 file changed, 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];
-- 
2.20.1



More information about the ffmpeg-devel mailing list