[FFmpeg-soc] [soc]: r1158 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Wed Aug 22 19:51:16 CEST 2007
Author: kostya
Date: Wed Aug 22 19:51:16 2007
New Revision: 1158
Log:
Checking 'last' flag should be enough
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Aug 22 19:51:16 2007
@@ -1954,7 +1954,7 @@ static int rv40_decode_frame(AVCodecCont
//rv40_postprocess(r);
}
- if(s->mb_y >= s->mb_height || last){
+ if(last){
r->prev_si.type = -1;
ff_er_frame_end(s);
MPV_frame_end(s);
More information about the FFmpeg-soc
mailing list