From ab41ee7a7b877bd7c42523745589a36a93b626a9 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Nov 2003 19:28:32 +0000 Subject: [PATCH] The message parameter was removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11386 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/video.c b/libmpdemux/video.c index bfdceaacd2..6981684c08 100644 --- a/libmpdemux/video.c +++ b/libmpdemux/video.c @@ -407,7 +407,7 @@ int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** 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; }