git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6621 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-07-02 20:04:13 +00:00
parent 90dabd0261
commit 3049fc8a09
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ if(!sh_video) {
/*========================== PLAY VIDEO ============================*/
float frame_time=next_frame_time;
float delay=audio_out->get_delay()*0.5;
float delay=0; //audio_out->get_delay()*0.5;
vo_pts=sh_video->timer*90000.0;
vo_fps=sh_video->fps;