mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
user overrideable level & profile
Originally committed as revision 3385 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -396,6 +396,8 @@ void avcodec_get_context_defaults(AVCodecContext *s){
|
||||
s->lmax= FF_QP2LAMBDA * s->qmax;
|
||||
s->sample_aspect_ratio= (AVRational){0,1};
|
||||
s->ildct_cmp= FF_CMP_VSAD;
|
||||
s->profile= FF_PROFILE_UNKNOWN;
|
||||
s->level= FF_LEVEL_UNKNOWN;
|
||||
|
||||
s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
|
||||
s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
|
||||
|
||||
Reference in New Issue
Block a user