diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-20 01:00:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-20 01:00:57 +0000 |
commit | 46b4feec06035d3507db257eecc762d66e0dd7b6 (patch) | |
tree | 4ac6d20337421b8d032213ec6a6e12b3c6f3122d /libavcodec/msmpeg4.c | |
parent | 5031c5b47bfcd1b1a0684b0993069747f5c9dc4e (diff) | |
download | ffmpeg-46b4feec06035d3507db257eecc762d66e0dd7b6.tar.gz |
error resilience cleanup (its faster too...)
Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r-- | libavcodec/msmpeg4.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 47f8d2bec6..4bac6d3b74 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -1486,8 +1486,6 @@ static int msmpeg4v12_decode_mb(MpegEncContext *s, DCTELEM block[6][64]) { int cbp, code, i; - s->error_status_table[s->mb_x + s->mb_y*s->mb_width]= 0; - if (s->pict_type == P_TYPE) { if (s->use_skip_mb_code) { if (get_bits1(&s->gb)) { @@ -1581,8 +1579,6 @@ if(s->mb_x==0){ } #endif - s->error_status_table[s->mb_x + s->mb_y*s->mb_width]= 0; - if (s->pict_type == P_TYPE) { set_stat(ST_INTER_MB); if (s->use_skip_mb_code) { |