avcodec/bfi: Remove unused AVCodecContext* from context

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 11 months ago
parent 6edd83c0e2
commit 0b212f3595
  1. 1
      libavcodec/bfi.c

@ -33,7 +33,6 @@
#include "decode.h"
typedef struct BFIContext {
AVCodecContext *avctx;
uint8_t *dst;
uint32_t pal[256];
} BFIContext;

Loading…
Cancel
Save