muxer_mpeg MUST be used with audio_preload=0

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17591 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-02-11 21:29:03 +00:00
parent 40a51feefa
commit f888ebd181
1 changed files with 1 additions and 0 deletions

View File

@ -721,6 +721,7 @@ if(!muxer) {
mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer.");
mencoder_exit(1,NULL);
}
if(out_file_format == MUXER_TYPE_MPEG) audio_preload = 0;
// ============= VIDEO ===============