From 0b212f359571c7e967c292c399ebfad8d3c6c642 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 25 Mar 2024 02:25:53 +0100 Subject: [PATCH] avcodec/bfi: Remove unused AVCodecContext* from context Signed-off-by: Andreas Rheinhardt --- libavcodec/bfi.c | 1 - 1 file changed, 1 deletion(-) 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;