[FFmpeg-cvslog] cljr: remove unused code

Paul B Mahol git at videolan.org
Sun Dec 11 01:12:49 CET 2011


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Dec  9 00:45:27 2011 +0000| [65c1011404dc936ca93175d6c8bd439c657c66e4] | committer: Diego Biurrun

cljr: remove unused code

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65c1011404dc936ca93175d6c8bd439c657c66e4
---

 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;
 }



More information about the ffmpeg-cvslog mailing list