changeset 1783:82809df9668b libavformat

increaseing preroll time to the minimum of the asf files i have
author michael
date Mon, 12 Feb 2007 22:55:09 +0000
parents 4f4edbced58a
children 597e5dd62399
files asf-enc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 };