diff msmpeg4.c @ 1144:21c85c4ab2f0 libavcodec

error resilience cleanup (its faster too...)
author michaelni
date Thu, 20 Mar 2003 01:00:57 +0000
parents 77ccf7fe3bd0
children 0951691c4225
line wrap: on
line diff
--- a/msmpeg4.c	Tue Mar 18 20:08:57 2003 +0000
+++ b/msmpeg4.c	Thu Mar 20 01:00:57 2003 +0000
@@ -1486,8 +1486,6 @@
 {
     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 @@
 }
 #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) {