From 36ac215b45ff733450e8ef685382a790b4072296 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 19 Mar 2006 17:28:13 +0000 Subject: temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17896 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index b18cf3cb8e..fa3f2ab170 100644 --- a/mencoder.c +++ b/mencoder.c @@ -722,7 +722,10 @@ if(!muxer) { 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; -- cgit v1.2.3