diff utils.c @ 745:25d7fb7c89be libavcodec

better/cleaner error resilience (done in a 2nd pass after decoding) h263/mpeg4 out of order slice decoding
author michaelni
date Sun, 13 Oct 2002 13:16:04 +0000
parents 7f77968553de
children 5da504c8c90e
line wrap: on
line diff
--- a/utils.c	Fri Oct 11 23:01:16 2002 +0000
+++ b/utils.c	Sun Oct 13 13:16:04 2002 +0000
@@ -61,6 +61,8 @@
     s->b_quant_offset=1.25;
     s->i_quant_factor=-0.8;
     s->i_quant_offset=0.0;
+    s->error_concealment= 3;
+    s->workaround_bugs= FF_BUG_AUTODETECT;
 }
 
 /**