summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-05 09:02:01 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-05 09:02:01 +0000
commitfd9fe1584d77dc04275d839da256d5b7b650ea54 (patch)
treeeeeb851a525583889fd81373760cfa9814ac17f0 /mencoder.c
parente95cab6f026aa520e19c7f20be02d94628a13ea0 (diff)
downloadmpv-fd9fe1584d77dc04275d839da256d5b7b650ea54.tar.bz2
mpv-fd9fe1584d77dc04275d839da256d5b7b650ea54.tar.xz
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
so disable it for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index d5e223427c..7fa12f5efe 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -412,6 +412,8 @@ ao_data_t ao_data = {0,0,0,0,OUTBURST,-1,0};
audio_encoding_params_t aparams;
audio_encoder_t *aencoder = NULL;
+user_correct_pts = 0;
+
mp_msg_init();
for(i=1; i<argc; i++)