diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-12 21:08:46 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-12 21:08:46 +0000 |
commit | 4796b654bee0e6c41c9657861c90581994040a3b (patch) | |
tree | eab0bbbe43020296946678f0257594f604351e3c /src/post/deinterlace/plugins/greedy.c | |
parent | 164db06359b49842d16c457ec26e5cbf01e95233 (diff) | |
download | xine-lib-4796b654bee0e6c41c9657861c90581994040a3b.tar.gz xine-lib-4796b654bee0e6c41c9657861c90581994040a3b.tar.bz2 |
Tidy up the formatting of tvtime method help texts to allow better wrapping
by the front end.
CVS patchset: 8123
CVS date: 2006/07/12 21:08:46
Diffstat (limited to 'src/post/deinterlace/plugins/greedy.c')
-rw-r--r-- | src/post/deinterlace/plugins/greedy.c | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/greedy.c b/src/post/deinterlace/plugins/greedy.c index fa157258f..b5fcad3e5 100644 --- a/src/post/deinterlace/plugins/greedy.c +++ b/src/post/deinterlace/plugins/greedy.c @@ -188,16 +188,13 @@ static deinterlace_method_t greedymethod = deinterlace_greedy_packed422_scanline_mmxext, 0, 1, - { "Uses heuristics to detect motion in the input", - "frames and reconstruct image detail where", - "possible. Use this for high quality output", - "even on monitors set to an arbitrary refresh", - "rate.", - "", - "Simple detection uses linear interpolation", - "where motion is detected, using a two-field", - "buffer. This is the Greedy: Low Motion", - "deinterlacer from DScaler." } + "Uses heuristics to detect motion in the input frames and reconstruct " + "image detail where possible. Use this for high quality output even " + "on monitors set to an arbitrary refresh rate.\n" + "\n" + "Simple detection uses linear interpolation where motion is detected, " + "using a two-field buffer. This is the Greedy: Low Motion deinterlacer " + "from DScaler." }; deinterlace_method_t *greedy_get_method( void ) |