# HG changeset patch # User michaelni # Date 1035330205 0 # Node ID 5da504c8c90ec9a76268cb0aff2a4f913c51ce29 # Parent 7f4cc2f6d6429847a532835392efa840814ff900 more defaults diff -r 7f4cc2f6d642 -r 5da504c8c90e utils.c --- a/utils.c Tue Oct 22 19:48:52 2002 +0000 +++ b/utils.c Tue Oct 22 23:43:25 2002 +0000 @@ -62,7 +62,11 @@ 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; } /**