Mercurial > mplayer.hg
changeset 11385:cd0088334aea
The message parameter was removed.
author | diego |
---|---|
date | Tue, 04 Nov 2003 19:28:32 +0000 |
parents | 94fbd52a0b53 |
children | 229079491864 |
files | libmpdemux/video.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/video.c Tue Nov 04 19:24:24 2003 +0000 +++ b/libmpdemux/video.c Tue Nov 04 19:28:32 2003 +0000 @@ -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; }