diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-16 01:39:02 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-16 01:39:02 +0000 |
commit | ef5a89dd68b4636e7a7d2cca8ac25dcb8359be5b (patch) | |
tree | 0c6d27135b9b68f531ce7118128ebfc6fdf35609 /src/post/deinterlace/plugins/double.c | |
parent | f501530c0563b7b6f31481549d969bfbaae4da9e (diff) | |
download | xine-lib-ef5a89dd68b4636e7a7d2cca8ac25dcb8359be5b.tar.gz xine-lib-ef5a89dd68b4636e7a7d2cca8ac25dcb8359be5b.tar.bz2 |
i'm commiting some changes to both xine and tvtime cvs to bring them closer.
still just housekeeping.
CVS patchset: 7547
CVS date: 2005/05/16 01:39:02
Diffstat (limited to 'src/post/deinterlace/plugins/double.c')
-rw-r--r-- | src/post/deinterlace/plugins/double.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/post/deinterlace/plugins/double.c b/src/post/deinterlace/plugins/double.c index 6d10fb270..86f2e5210 100644 --- a/src/post/deinterlace/plugins/double.c +++ b/src/post/deinterlace/plugins/double.c @@ -73,12 +73,7 @@ static deinterlace_method_t doublemethod = "" } }; -#ifdef BUILD_TVTIME_PLUGINS -void deinterlace_plugin_init( void ) -#else -void double_plugin_init( void ) -#endif +deinterlace_method_t *double_get_method( void ) { - register_deinterlace_method( &doublemethod ); + return &doublemethod; } - |