Mercurial > libavcodec.hg
comparison utils.c @ 1730:0e7f1aabd498 libavcodec
10l
| author | michael |
|---|---|
| date | Mon, 05 Jan 2004 23:40:23 +0000 |
| parents | 586b5c08863c |
| children | 07a484280a82 |
comparison
equal
deleted
inserted
replaced
| 1729:a4a5e7521339 | 1730:0e7f1aabd498 |
|---|---|
| 352 s->get_format= avcodec_default_get_format; | 352 s->get_format= avcodec_default_get_format; |
| 353 s->me_subpel_quality=8; | 353 s->me_subpel_quality=8; |
| 354 s->lmin= FF_QP2LAMBDA * s->qmin; | 354 s->lmin= FF_QP2LAMBDA * s->qmin; |
| 355 s->lmax= FF_QP2LAMBDA * s->qmax; | 355 s->lmax= FF_QP2LAMBDA * s->qmax; |
| 356 s->sample_aspect_ratio= (AVRational){0,1}; | 356 s->sample_aspect_ratio= (AVRational){0,1}; |
| 357 s->ildct_cmp= FF_CMP_VSAD; | |
| 357 | 358 |
| 358 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; | 359 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; |
| 359 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; | 360 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; |
| 360 s->palctrl = NULL; | 361 s->palctrl = NULL; |
| 361 s->reget_buffer= avcodec_default_reget_buffer; | 362 s->reget_buffer= avcodec_default_reget_buffer; |
