The message parameter was removed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11386 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-11-04 19:28:32 +00:00
parent 6e154cd248
commit ab41ee7a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}