diff mbox series

[FFmpeg-devel,07/10] avcodec/bfi: Remove unused AVCodecContext* from context

Message ID GV1P250MB07371D0BFDDB9755F16D810A8F362@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 0b212f359571c7e967c292c399ebfad8d3c6c642
Headers show
Series [FFmpeg-devel,01/10] doc/examples: Always use <> includes | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt March 25, 2024, 1:53 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/bfi.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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;