ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri Sep 4 16:17:36 2020 +0200| [31b6b6685e705f487c16546a3e2e687af99e470b] | committer: Andreas Rheinhardt
avcodec/jpegls: Remove unused structure Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31b6b6685e705f487c16546a3e2e687af99e470b --- 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]; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
