delay=0 removed, totally unneeded

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6622 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-07-02 20:29:27 +00:00
parent 3049fc8a09
commit 174efd77f2
1 changed files with 0 additions and 1 deletions

View File

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