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/double.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/double.c')
-rw-r--r-- | src/post/deinterlace/plugins/double.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/double.c b/src/post/deinterlace/plugins/double.c index 86f2e5210..5cc13f5e9 100644 --- a/src/post/deinterlace/plugins/double.c +++ b/src/post/deinterlace/plugins/double.c @@ -61,16 +61,7 @@ static deinterlace_method_t doublemethod = copy_scanline, 0, 0, - { "", - "", - "", - "", - "", - "", - "", - "", - "", - "" } + NULL }; deinterlace_method_t *double_get_method( void ) |