From 030fcaf065794c67e7a31624b49c0ab7d3135da0 Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 7 Aug 2001 20:53:13 +0000 Subject: [PATCH] printf stuff moved back to mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1461 b3059339-0415-0410-9bf9-f77b7e298cf2 --- seek.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/seek.c b/seek.c index af390eb00c..009799faf1 100644 --- a/seek.c +++ b/seek.c @@ -275,19 +275,6 @@ switch(demuxer->file_format){ } // switch(demuxer->file_format) - //====================== re-sync audio: ===================== - if(sh_audio){ - if(verbose){ - float a_pts=d_audio->pts; - a_pts+=(ds_tell_pts(d_audio)-sh_audio->a_in_buffer_len)/(float)sh_audio->i_bps; - printf("SEEK: A: %5.3f V: %5.3f A-V: %5.3f \n",a_pts,d_video->pts,a_pts-d_video->pts); - } - printf("A:%6.1f V:%6.1f A-V:%7.3f ct: ? \r",d_audio->pts,d_video->pts,0.0f); - } else { - printf("A: --- V:%6.1f \r",d_video->pts); - } - fflush(stdout); - if(sh_audio) sh_audio->timer=-skip_audio_secs; sh_video->timer=0; // !!!!!!