[FFmpeg-soc] [soc]: r1133 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Tue Aug 21 13:36:17 CEST 2007
Author: kostya
Date: Tue Aug 21 13:36:17 2007
New Revision: 1133
Log:
Remove several unneeded lines
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Tue Aug 21 13:36:17 2007
@@ -1930,7 +1930,6 @@ static int rv40_decode_frame(AVCodecCont
rv40_decode_slice(r);
s->mb_num_left = r->prev_si.end - r->prev_si.start;
//rv40_postprocess(r);
- r->slice_data = NULL;
}
if(!avctx->slice_count)
av_free(slice_offset);
@@ -1948,7 +1947,6 @@ static int rv40_decode_frame(AVCodecCont
ff_print_debug_info(s, pict);
}
s->current_picture_ptr= NULL; //so we can detect if frame_end wasnt called (find some nicer solution...)
- s->mb_x = s->mb_y = 0;
return buf_size;
}
More information about the FFmpeg-soc
mailing list