[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.33,1.34

Arpi of Ize arpi at mplayerhq.hu
Sun Feb 2 15:02:53 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24925

Modified Files:
	video.c 
Log Message:
debug


Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- video.c	28 Jan 2003 00:12:23 -0000	1.33
+++ video.c	2 Feb 2003 14:02:32 -0000	1.34
@@ -340,7 +340,7 @@
 
     telecine_cnt*=0.9; // drift out error
     telecine_cnt+=frame_time-5.0/4.0;
-//    printf("\r telecine = %5.3f     \n",telecine_cnt);
+    mp_msg(MSGT_DECVIDEO,MSGL_DBG2,"\r telecine = %3.1f  %5.3f     \n",frame_time,telecine_cnt);
     
     if(telecine){
 	frame_time=1;



More information about the MPlayer-cvslog mailing list