Commit 8d0e42ca authored by Michael Niedermayer's avatar Michael Niedermayer

more defaults

Originally committed as revision 1065 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7da71a5c
......@@ -62,7 +62,11 @@ void avcodec_get_context_defaults(AVCodecContext *s){
s->i_quant_factor=-0.8;
s->i_quant_offset=0.0;
s->error_concealment= 3;
s->error_resilience= 1;
s->workaround_bugs= FF_BUG_AUTODETECT;
s->frame_rate = 25 * FRAME_RATE_BASE;
s->gop_size= 50;
s->me_method= ME_EPZS;
}
/**
......
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