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:
parent
e95cab6f02
commit
fd9fe1584d
@ -412,6 +412,8 @@ ao_data_t ao_data = {0,0,0,0,OUTBURST,-1,0};
|
|||||||
audio_encoding_params_t aparams;
|
audio_encoding_params_t aparams;
|
||||||
audio_encoder_t *aencoder = NULL;
|
audio_encoder_t *aencoder = NULL;
|
||||||
|
|
||||||
|
user_correct_pts = 0;
|
||||||
|
|
||||||
mp_msg_init();
|
mp_msg_init();
|
||||||
|
|
||||||
for(i=1; i<argc; i++)
|
for(i=1; i<argc; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user