Signed-off-by: Paul B Mahol <[email protected]>
---
 libavcodec/bmv.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/bmv.c b/libavcodec/bmv.c
index 49346a4..81843bb 100644
--- a/libavcodec/bmv.c
+++ b/libavcodec/bmv.c
@@ -40,7 +40,6 @@ enum BMVFlags{
 #define SCREEN_HIGH 429
 
 typedef struct BMVDecContext {
-    AVCodecContext *avctx;
     AVFrame pic;
 
     uint8_t *frame, frame_base[SCREEN_WIDE * (SCREEN_HIGH + 1)];
@@ -261,7 +260,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
 {
     BMVDecContext * const c = avctx->priv_data;
 
-    c->avctx = avctx;
     avctx->pix_fmt = PIX_FMT_PAL8;
 
     c->pic.reference = 1;
-- 
1.7.7

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to