[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.43,1.44

Diego Biurrun CVS diego at mplayerhq.hu
Tue Nov 4 20:28:56 CET 2003


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

Modified Files:
	video.c 
Log Message:
The message parameter was removed.


Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- video.c	27 Aug 2003 22:30:54 -0000	1.43
+++ video.c	4 Nov 2003 19:28:32 -0000	1.44
@@ -407,7 +407,7 @@
 	if(telecine_cnt>-0.5 && telecine_cnt<0.5 && !force_fps){
 	    sh_video->fps=sh_video->fps*4/5;
 	    sh_video->frametime=sh_video->frametime*5/4;
-	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode,sh_video->fps);
+	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode);
 	    telecine=1;
 	}
 



More information about the MPlayer-cvslog mailing list