Mercurial > libavcodec.hg
comparison utils.c @ 2635:eaa57c3336fc libavcodec
PIX_FMT_NONE and related fixes
| author | michael |
|---|---|
| date | Mon, 25 Apr 2005 18:29:06 +0000 |
| parents | c07be5590462 |
| children | 2344c6713011 |
comparison
equal
deleted
inserted
replaced
| 2634:337217ecbb3e | 2635:eaa57c3336fc |
|---|---|
| 457 s->sample_aspect_ratio= (AVRational){0,1}; | 457 s->sample_aspect_ratio= (AVRational){0,1}; |
| 458 s->ildct_cmp= FF_CMP_VSAD; | 458 s->ildct_cmp= FF_CMP_VSAD; |
| 459 s->profile= FF_PROFILE_UNKNOWN; | 459 s->profile= FF_PROFILE_UNKNOWN; |
| 460 s->level= FF_LEVEL_UNKNOWN; | 460 s->level= FF_LEVEL_UNKNOWN; |
| 461 s->me_penalty_compensation= 256; | 461 s->me_penalty_compensation= 256; |
| 462 s->pix_fmt= PIX_FMT_NONE; | |
| 462 | 463 |
| 463 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; | 464 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; |
| 464 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; | 465 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; |
| 465 s->palctrl = NULL; | 466 s->palctrl = NULL; |
| 466 s->reget_buffer= avcodec_default_reget_buffer; | 467 s->reget_buffer= avcodec_default_reget_buffer; |
