mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5616f85deb
commit
37921ffde8
@ -639,9 +639,9 @@ static int rv10_decode_packet(AVCodecContext *avctx,
|
|||||||
if(s->mb_y==0) s->first_slice_line=1;
|
if(s->mb_y==0) s->first_slice_line=1;
|
||||||
}else{
|
}else{
|
||||||
s->first_slice_line=1;
|
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){
|
if(s->h263_aic){
|
||||||
s->y_dc_scale_table=
|
s->y_dc_scale_table=
|
||||||
s->c_dc_scale_table= ff_aic_dc_scale_table;
|
s->c_dc_scale_table= ff_aic_dc_scale_table;
|
||||||
|
Loading…
Reference in New Issue
Block a user