summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/vfir.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/vfir.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/vfir.c')
-rw-r--r--src/post/deinterlace/plugins/vfir.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/vfir.c b/src/post/deinterlace/plugins/vfir.c
index 3bf03a4a0..e66d7c789 100644
--- a/src/post/deinterlace/plugins/vfir.c
+++ b/src/post/deinterlace/plugins/vfir.c
@@ -148,16 +148,12 @@ static deinterlace_method_t vfirmethod =
copy_scanline,
0,
0,
- { "Avoids flicker by blurring consecutive frames",
- "of input. Use this if you want to run your",
- "monitor at an arbitrary refresh rate and not",
- "use much CPU, and are willing to sacrifice",
- "detail.",
- "",
- "Vertical mode blurs favouring the most recent",
- "field for less visible trails. From the",
- "deinterlacer filter in ffmpeg.",
- "" }
+ "Avoids flicker by blurring consecutive frames of input. Use this if you "
+ "want to run your monitor at an arbitrary refresh rate and not use much "
+ "CPU, and are willing to sacrifice detail.\n"
+ "\n"
+ "Vertical mode blurs favouring the most recent field for less visible "
+ "trails. From the deinterlacer filter in ffmpeg."
};
deinterlace_method_t *vfir_get_method( void )