Commit a3f20bf8 authored by michaelni's avatar michaelni

more defaults


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1065 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64ce3d79
......@@ -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