diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-02-12 22:55:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-02-12 22:55:09 +0000 |
commit | a98d3e829abf22fd22959456e88d2dfa6219a20d (patch) | |
tree | e7e335ea6c5a51a28316e5462649410bdb4b6206 /libavformat | |
parent | d9076fe7c375e1ad2a5aff0071037bdc5d7116fa (diff) | |
download | ffmpeg-a98d3e829abf22fd22959456e88d2dfa6219a20d.tar.gz |
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')
-rw-r--r-- | libavformat/asf-enc.c | 2 |
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 }; |