Mercurial > libavcodec.hg
comparison utils.c @ 762:5da504c8c90e libavcodec
more defaults
| author | michaelni |
|---|---|
| date | Tue, 22 Oct 2002 23:43:25 +0000 |
| parents | 25d7fb7c89be |
| children | 8f31ed5bacd1 |
comparison
equal
deleted
inserted
replaced
| 761:7f4cc2f6d642 | 762:5da504c8c90e |
|---|---|
| 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; | 64 s->error_concealment= 3; |
| 65 s->error_resilience= 1; | |
| 65 s->workaround_bugs= FF_BUG_AUTODETECT; | 66 s->workaround_bugs= FF_BUG_AUTODETECT; |
| 67 s->frame_rate = 25 * FRAME_RATE_BASE; | |
| 68 s->gop_size= 50; | |
| 69 s->me_method= ME_EPZS; | |
| 66 } | 70 } |
| 67 | 71 |
| 68 /** | 72 /** |
| 69 * allocates a AVCodecContext and set it to defaults. | 73 * allocates a AVCodecContext and set it to defaults. |
| 70 * this can be deallocated by simply calling free() | 74 * this can be deallocated by simply calling free() |
