Mercurial > mplayer.hg
diff input/input.c @ 20973:c0bcec5150a3
Add deinterlace property, patch by Carl Eugen Hoyos
(cehoyos [at] rainbow studorg tuwien ac at) with small modifications
by me.
| author | reimar |
|---|---|
| date | Fri, 17 Nov 2006 18:16:21 +0000 |
| parents | 4d9da4734f83 |
| children | 28714c74c444 |
line wrap: on
line diff
--- a/input/input.c Fri Nov 17 17:44:51 2006 +0000 +++ b/input/input.c Fri Nov 17 18:16:21 2006 +0000 @@ -371,6 +371,7 @@ { { '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" },
