From 65c1011404dc936ca93175d6c8bd439c657c66e4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 9 Dec 2011 00:45:27 +0000 Subject: cljr: remove unused code Signed-off-by: Diego Biurrun --- libavcodec/cljr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index 65b7433498..a5ee73864c 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; } -- cgit v1.2.3