mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/jpegls: Remove unused structure
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
d2f7b39914
commit
31b6b6685e
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user