# HG changeset patch # User michael # Date 1171320909 0 # Node ID 82809df9668bfa1e2ef465c3363d25012b1cba34 # Parent 4f4edbced58a8a9161a6b54748e565be52f48cfe increaseing preroll time to the minimum of the asf files i have diff -r 4f4edbced58a -r 82809df9668b asf-enc.c --- a/asf-enc.c Mon Feb 12 19:24:53 2007 +0000 +++ b/asf-enc.c Mon Feb 12 22:55:09 2007 +0000 @@ -194,7 +194,7 @@ { CODEC_ID_NONE, 0 }, }; -static int preroll_time = 2000; +static int preroll_time = 3100; static const uint8_t error_spread_ADPCM_G726[] = { 0x01, 0x90, 0x01, 0x90, 0x01, 0x01, 0x00, 0x00 };