[FFmpeg-cvslog] avcodec/bfi: Remove unused AVCodecContext* from context

Andreas Rheinhardt git at videolan.org
Thu Mar 28 05:01:46 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Mar 25 02:25:53 2024 +0100| [0b212f359571c7e967c292c399ebfad8d3c6c642] | committer: Andreas Rheinhardt

avcodec/bfi: Remove unused AVCodecContext* from context

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b212f359571c7e967c292c399ebfad8d3c6c642
---

 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;



More information about the ffmpeg-cvslog mailing list