From 7e63b068bde3da966c2d1bf3e1b5f124ec008dea Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 19 Sep 2009 05:11:39 +0300 Subject: UI: Make the 'D' key print the new deinterlace status Define a way to show the property on the OSD and use step_property_osd instead of step_property. Also change the mp_property_deinterlace() function to use m_property_flag_ro() to make it print 'enabled/disabled' instead of 'yes/no'. --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index ef8c401712..71dfb38155 100644 --- a/input/input.c +++ b/input/input.c @@ -425,7 +425,7 @@ static const mp_cmd_bind_t def_cmd_binds[] = { { { '7', 0 }, "saturation -1" }, { { '8', 0 }, "saturation 1" }, { { 'd', 0 }, "frame_drop" }, - { { 'D', 0 }, "step_property deinterlace" }, + { { 'D', 0 }, "step_property_osd deinterlace" }, { { 'r', 0 }, "sub_pos -1" }, { { 't', 0 }, "sub_pos +1" }, { { 'a', 0 }, "sub_alignment" }, -- cgit v1.2.3