[MPlayer-cvslog] r29912 - in trunk: command.c help/help_mp-en.h
cehoyos
subversion at mplayerhq.hu
Sat Nov 14 13:46:14 CET 2009
Author: cehoyos
Date: Sat Nov 14 13:46:14 2009
New Revision: 29912
Log:
Show OSD message when enabling/disabling de-interlacing.
Modified:
trunk/command.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-en.h
Modified: trunk/command.c
==============================================================================
--- trunk/command.c Fri Nov 13 16:26:16 2009 (r29911)
+++ trunk/command.c Sat Nov 14 13:46:14 2009 (r29912)
@@ -1020,6 +1020,8 @@ static int mp_property_deinterlace(m_opt
vf->control(vf, VFCTRL_GET_DEINTERLACE, &deinterlace);
deinterlace = !deinterlace;
vf->control(vf, VFCTRL_SET_DEINTERLACE, &deinterlace);
+ set_osd_msg(OSD_MSG_SPEED, 1, osd_duration, MSGTR_OSDDeinterlace,
+ deinterlace ? MSGTR_Enabled : MSGTR_Disabled);
return M_PROPERTY_OK;
}
return M_PROPERTY_NOT_IMPLEMENTED;
More information about the MPlayer-cvslog
mailing list