[Mplayer-cvslog] CVS: main seek.c,1.6,1.7

Arpi of Ize arpi at mplayer.dev.hu
Tue Aug 7 22:53:15 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30515

Modified Files:
	seek.c 
Log Message:
printf stuff moved back to mplayer.c

Index: seek.c
===================================================================
RCS file: /cvsroot/mplayer/main/seek.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seek.c	1 Aug 2001 09:14:02 -0000	1.6
+++ seek.c	7 Aug 2001 20:53:13 -0000	1.7
@@ -275,19 +275,6 @@
 
 } // 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; // !!!!!!
 




More information about the MPlayer-cvslog mailing list