From 7b25afd7423e9056782993cbd1b32ead64ac1462 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 17 Nov 2006 18:16:21 +0000 Subject: Add deinterlace property, patch by Carl Eugen Hoyos (cehoyos [at] rainbow studorg tuwien ac at) with small modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20989 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') diff --git a/input/input.c b/input/input.c index b3caf5b366..80acd21213 100644 --- a/input/input.c +++ b/input/input.c @@ -371,6 +371,7 @@ static mp_cmd_bind_t def_cmd_binds[] = { { { '7', 0 }, "saturation -1" }, { { '8', 0 }, "saturation 1" }, { { 'd', 0 }, "frame_drop" }, + { { 'D', 0 }, "step_property deinterlace" }, { { 'r', 0 }, "sub_pos -1" }, { { 't', 0 }, "sub_pos +1" }, { { 'a', 0 }, "sub_alignment" }, -- cgit v1.2.3