[FFmpeg-cvslog] r17083 - trunk/libavcodec/vcr1.c
diego
subversion
Mon Feb 9 00:28:22 CET 2009
Author: diego
Date: Mon Feb 9 00:28:21 2009
New Revision: 17083
Log:
Remove unused variables.
Modified:
trunk/libavcodec/vcr1.c
Modified: trunk/libavcodec/vcr1.c
==============================================================================
--- trunk/libavcodec/vcr1.c Mon Feb 9 00:25:56 2009 (r17082)
+++ trunk/libavcodec/vcr1.c Mon Feb 9 00:28:21 2009 (r17083)
@@ -123,7 +123,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