avcodec/bfi: Remove unused AVCodecContext* from context

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-25 02:25:53 +01:00
parent 6edd83c0e2
commit 0b212f3595
1 changed files with 0 additions and 1 deletions

View File

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