printf stuff moved back to mplayer.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1461 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-07 20:53:13 +00:00
parent c753e4cf3e
commit 030fcaf065
1 changed files with 0 additions and 13 deletions

13
seek.c
View File

@ -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; // !!!!!!