summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-19 05:11:39 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-19 05:34:40 +0300
commit7e63b068bde3da966c2d1bf3e1b5f124ec008dea (patch)
tree522913fe1893ddbb4f17f6fa33b665720a6374d3 /input
parenta0854c197893e4e05090d223a88fbb7e180f3c83 (diff)
downloadmpv-7e63b068bde3da966c2d1bf3e1b5f124ec008dea.tar.bz2
mpv-7e63b068bde3da966c2d1bf3e1b5f124ec008dea.tar.xz
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'.
Diffstat (limited to 'input')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
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" },