[FFmpeg-soc] [soc]: r482 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Wed Jul 18 19:06:18 CEST 2007
Author: kostya
Date: Wed Jul 18 19:06:18 2007
New Revision: 482
Log:
Remove unused variable
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Jul 18 19:06:18 2007
@@ -796,7 +796,6 @@ static int rv40_decode_frame(AVCodecCont
RV40DecContext *r = avctx->priv_data;
MpegEncContext *s = &r->s;
AVFrame *pict = data;
- int res;
/* no supplementary picture */
if (buf_size == 0) {
More information about the FFmpeg-soc
mailing list