comparison asf-enc.c @ 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
comparison
equal deleted inserted replaced
1782:4f4edbced58a 1783:82809df9668b
192 { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') }, 192 { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
193 { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, 193 { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
194 { CODEC_ID_NONE, 0 }, 194 { CODEC_ID_NONE, 0 },
195 }; 195 };
196 196
197 static int preroll_time = 2000; 197 static int preroll_time = 3100;
198 198
199 static const uint8_t error_spread_ADPCM_G726[] = { 0x01, 0x90, 0x01, 0x90, 0x01, 0x01, 0x00, 0x00 }; 199 static const uint8_t error_spread_ADPCM_G726[] = { 0x01, 0x90, 0x01, 0x90, 0x01, 0x01, 0x00, 0x00 };
200 200
201 static void put_guid(ByteIOContext *s, const GUID *g) 201 static void put_guid(ByteIOContext *s, const GUID *g)
202 { 202 {