comparison 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
comparison
equal deleted inserted replaced
744:2f7da29ede37 745:25d7fb7c89be
59 s->max_qdiff= 3; 59 s->max_qdiff= 3;
60 s->b_quant_factor=1.25; 60 s->b_quant_factor=1.25;
61 s->b_quant_offset=1.25; 61 s->b_quant_offset=1.25;
62 s->i_quant_factor=-0.8; 62 s->i_quant_factor=-0.8;
63 s->i_quant_offset=0.0; 63 s->i_quant_offset=0.0;
64 s->error_concealment= 3;
65 s->workaround_bugs= FF_BUG_AUTODETECT;
64 } 66 }
65 67
66 /** 68 /**
67 * allocates a AVCodecContext and set it to defaults. 69 * allocates a AVCodecContext and set it to defaults.
68 * this can be deallocated by simply calling free() 70 * this can be deallocated by simply calling free()