[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec rv10.c,1.79,1.80
Michael Niedermayer CVS
michael
Fri Apr 14 22:45:10 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv16478
Modified Files:
rv10.c
Log Message:
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
Index: rv10.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/rv10.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- rv10.c 10 Mar 2006 20:40:52 -0000 1.79
+++ rv10.c 14 Apr 2006 20:45:08 -0000 1.80
@@ -639,9 +639,9 @@
if(s->mb_y==0) s->first_slice_line=1;
}else{
s->first_slice_line=1;
- s->resync_mb_x= s->mb_x;
- s->resync_mb_y= s->mb_y;
}
+ s->resync_mb_x= s->mb_x;
+ s->resync_mb_y= s->mb_y;
if(s->h263_aic){
s->y_dc_scale_table=
s->c_dc_scale_table= ff_aic_dc_scale_table;
More information about the ffmpeg-cvslog
mailing list