[FFmpeg-cvslog] r17081 - trunk/libavcodec/cljr.c
diego
subversion
Mon Feb 9 00:24:26 CET 2009
Author: diego
Date: Mon Feb 9 00:24:26 2009
New Revision: 17081
Log:
Remove unused variables.
Modified:
trunk/libavcodec/cljr.c
Modified: trunk/libavcodec/cljr.c
==============================================================================
--- trunk/libavcodec/cljr.c Mon Feb 9 00:19:29 2009 (r17080)
+++ trunk/libavcodec/cljr.c Mon Feb 9 00:24:26 2009 (r17081)
@@ -91,7 +91,6 @@ static int encode_frame(AVCodecContext *
AVFrame *pict = data;
AVFrame * const p= (AVFrame*)&a->picture;
int size;
- int mb_x, mb_y;
*p = *pict;
p->pict_type= FF_I_TYPE;
More information about the ffmpeg-cvslog
mailing list