mirror of https://github.com/mpv-player/mpv
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:
parent
cb05addbaf
commit
36ac215b45
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue