[MPlayer-cvslog] CVS: main mencoder.c,1.335,1.336

Nico Sabbi CVS syncmail at mplayerhq.hu
Sat Feb 11 22:29:06 CET 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23444

Modified Files:
	mencoder.c 
Log Message:
muxer_mpeg MUST be used with audio_preload=0

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- mencoder.c	9 Feb 2006 19:39:50 -0000	1.335
+++ mencoder.c	11 Feb 2006 21:29:03 -0000	1.336
@@ -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 ===============
 




More information about the MPlayer-cvslog mailing list