summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/kdetv_greedyh.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-12 21:08:46 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-12 21:08:46 +0000
commit4796b654bee0e6c41c9657861c90581994040a3b (patch)
treeeab0bbbe43020296946678f0257594f604351e3c /src/post/deinterlace/plugins/kdetv_greedyh.c
parent164db06359b49842d16c457ec26e5cbf01e95233 (diff)
downloadxine-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/kdetv_greedyh.c')
-rw-r--r--src/post/deinterlace/plugins/kdetv_greedyh.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/kdetv_greedyh.c b/src/post/deinterlace/plugins/kdetv_greedyh.c
index b45917e0d..5ec48e4a2 100644
--- a/src/post/deinterlace/plugins/kdetv_greedyh.c
+++ b/src/post/deinterlace/plugins/kdetv_greedyh.c
@@ -116,16 +116,13 @@ static deinterlace_method_t greedymethod =
0,
deinterlace_frame_di_greedyh,
0,
- { "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.",
- "",
- "Advanced detection uses linear interpolation",
- "where motion is detected, using a four-field",
- "buffer. This is the Greedy: High 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"
+ "Advanced detection uses linear interpolation where motion is "
+ "detected, using a four-field buffer. This is the Greedy: High Motion "
+ "deinterlacer from DScaler."
};
deinterlace_method_t *dscaler_greedyh_get_method( void )