[MPlayer-cvslog] r25954 - trunk/mencoder.c

reimar subversion at mplayerhq.hu
Tue Feb 5 10:02:01 CET 2008


Author: reimar
Date: Tue Feb  5 10:02:01 2008
New Revision: 25954

Log:
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
so disable it for now.


Modified:
   trunk/mencoder.c

Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c	(original)
+++ trunk/mencoder.c	Tue Feb  5 10:02:01 2008
@@ -412,6 +412,8 @@ ao_data_t ao_data = {0,0,0,0,OUTBURST,-1
 audio_encoding_params_t aparams;
 audio_encoder_t *aencoder = NULL;
 
+user_correct_pts = 0;
+
   mp_msg_init();
 
   for(i=1; i<argc; i++)



More information about the MPlayer-cvslog mailing list