mirror of https://github.com/mpv-player/mpv
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:
parent
40a51feefa
commit
f888ebd181
|
@ -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 ===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue