Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-02-13 01:55:09 +0300
committerMichael Niedermayer <michaelni@gmx.at>2007-02-13 01:55:09 +0300
commita98d3e829abf22fd22959456e88d2dfa6219a20d (patch)
treee7e335ea6c5a51a28316e5462649410bdb4b6206 /libavformat/asf-enc.c
parentd9076fe7c375e1ad2a5aff0071037bdc5d7116fa (diff)
increaseing preroll time to the minimum of the asf files i have
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf-enc.c')
-rw-r--r--libavformat/asf-enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c
index 1d9b5ab83d..ffa41e63cf 100644
--- a/libavformat/asf-enc.c
+++ b/libavformat/asf-enc.c
@@ -194,7 +194,7 @@ static const AVCodecTag codec_asf_bmp_tags[] = {
{ 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 };