1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 17:37:23 +00:00

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
This commit is contained in:
reimar 2008-02-05 09:02:01 +00:00
parent e95cab6f02
commit fd9fe1584d

View File

@ -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++)