ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to