summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 034bf03021..8463dcc11d 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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 ===============