Mercurial > mplayer.hg
changeset 17590:2fd66535616a
muxer_mpeg MUST be used with audio_preload=0
author | nicodvb |
---|---|
date | Sat, 11 Feb 2006 21:29:03 +0000 |
parents | 9f207b9ab2a1 |
children | 455d1aef7d97 |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Sat Feb 11 14:19:37 2006 +0000 +++ b/mencoder.c Sat Feb 11 21:29:03 2006 +0000 @@ -721,6 +721,7 @@ mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer."); mencoder_exit(1,NULL); } +if(out_file_format == MUXER_TYPE_MPEG) audio_preload = 0; // ============= VIDEO ===============