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
This commit is contained in:
nicodvb 2006-03-19 17:28:13 +00:00
parent cb05addbaf
commit 36ac215b45
1 changed files with 3 additions and 0 deletions

View File

@ -722,7 +722,10 @@ if(!muxer) {
mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer."); mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer.");
mencoder_exit(1,NULL); mencoder_exit(1,NULL);
} }
#if 0
//disabled: it horrybly distorts filtered sound
if(out_file_format == MUXER_TYPE_MPEG) audio_preload = 0; if(out_file_format == MUXER_TYPE_MPEG) audio_preload = 0;
#endif
muxer->audio_delay_fix = audio_delay_fix; muxer->audio_delay_fix = audio_delay_fix;