---
 libavcodec/cljr.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index 65b7433..a5ee738 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -29,7 +29,6 @@
 #include "put_bits.h"
 
 typedef struct CLJRContext {
-    AVCodecContext *avctx;
     AVFrame         picture;
 } CLJRContext;
 
@@ -38,7 +37,6 @@ static av_cold int common_init(AVCodecContext *avctx)
     CLJRContext * const a = avctx->priv_data;
 
     avctx->coded_frame = &a->picture;
-    a->avctx = avctx;
 
     return 0;
 }
-- 
1.7.7

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

Reply via email to