diff mencoder.c @ 17895:155fa4f8b32a

temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound
author nicodvb
date Sun, 19 Mar 2006 17:28:13 +0000
parents 9e1b5526b0da
children 5ae29dc47c17
line wrap: on
line diff
--- a/mencoder.c	Sun Mar 19 16:02:03 2006 +0000
+++ b/mencoder.c	Sun Mar 19 17:28:13 2006 +0000
@@ -722,7 +722,10 @@
   mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer.");
   mencoder_exit(1,NULL);
 }
+#if 0
+//disabled: it horrybly distorts filtered sound
 if(out_file_format == MUXER_TYPE_MPEG) audio_preload = 0;
+#endif
 
 muxer->audio_delay_fix = audio_delay_fix;