diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-25 02:25:53 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-28 03:06:13 +0100 |
commit | 0b212f359571c7e967c292c399ebfad8d3c6c642 (patch) | |
tree | a7314d3dd3ef98e2169a478adbfef5561766096e | |
parent | 6edd83c0e2f9fc4b483c497485423281b376a7f5 (diff) | |
download | ffmpeg-0b212f359571c7e967c292c399ebfad8d3c6c642.tar.gz |
avcodec/bfi: Remove unused AVCodecContext* from context
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/bfi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |