From 342e0637ab545fe9def530ecf7fb0ac88ab2ade7 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 15 May 2005 00:47:38 +0000 Subject: nothing to see here. i'm just renaming variables and stuff to make it somewhat closer to tvtime's cvs. CVS patchset: 7543 CVS date: 2005/05/15 00:47:38 --- src/post/deinterlace/plugins/double.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/post/deinterlace/plugins/double.c') diff --git a/src/post/deinterlace/plugins/double.c b/src/post/deinterlace/plugins/double.c index bb9c6c790..6d10fb270 100644 --- a/src/post/deinterlace/plugins/double.c +++ b/src/post/deinterlace/plugins/double.c @@ -51,19 +51,26 @@ static void copy_scanline( uint8_t *output, static deinterlace_method_t doublemethod = { - DEINTERLACE_PLUGIN_API_VERSION, "Line Doubler", "LineDoubler", 1, 0, 0, - 0, - 0, 1, deinterlace_scanline_double, copy_scanline, 0, - 0 + 0, + { "", + "", + "", + "", + "", + "", + "", + "", + "", + "" } }; #ifdef BUILD_TVTIME_PLUGINS -- cgit v1.2.3