Commit 114f613d authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2fc878b3
......@@ -354,6 +354,7 @@ void avcodec_get_context_defaults(AVCodecContext *s){
s->lmin= FF_QP2LAMBDA * s->qmin;
s->lmax= FF_QP2LAMBDA * s->qmax;
s->sample_aspect_ratio= (AVRational){0,1};
s->ildct_cmp= FF_CMP_VSAD;
s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment