[FFmpeg-devel] [PATCH 07/10] avcodec/bfi: Remove unused AVCodecContext* from context
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Mar 25 03:53:21 EET 2024
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/bfi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c
index a7dd29a4e8..58158f6eee 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;
--
2.40.1
More information about the ffmpeg-devel
mailing list