Commit 31b6b668 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/jpegls: Remove unused structure

Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent d2f7b399
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment