diff mencoder.c @ 25922:afaf3ec733d3

It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages), so disable it for now.
author reimar
date Tue, 05 Feb 2008 09:02:01 +0000
parents 8d46379da327
children eff9e1b25743
line wrap: on
line diff
--- a/mencoder.c	Mon Feb 04 11:10:58 2008 +0000
+++ b/mencoder.c	Tue Feb 05 09:02:01 2008 +0000
@@ -412,6 +412,8 @@
 audio_encoding_params_t aparams;
 audio_encoder_t *aencoder = NULL;
 
+user_correct_pts = 0;
+
   mp_msg_init();
 
   for(i=1; i<argc; i++)