diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index 901669a3a9..c925efd562 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -33,7 +33,6 @@ #include "decode.h" typedef struct BFIContext { - AVCodecContext *avctx; uint8_t *dst; uint32_t pal[256]; } BFIContext;