diff options
Diffstat (limited to 'src/post/deinterlace/plugins/weave.c')
-rw-r--r-- | src/post/deinterlace/plugins/weave.c | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/post/deinterlace/plugins/weave.c b/src/post/deinterlace/plugins/weave.c index 95fa979d2..06b34ad7a 100644 --- a/src/post/deinterlace/plugins/weave.c +++ b/src/post/deinterlace/plugins/weave.c @@ -51,19 +51,26 @@ static void copy_scanline( uint8_t *output, static deinterlace_method_t weavemethod = { - DEINTERLACE_PLUGIN_API_VERSION, "Weave Last Field", "Weave", 2, 0, 0, - 0, - 0, 1, deinterlace_scanline_weave, copy_scanline, 0, - 0 + 0, + { "Only updates the most recent field", + "", + "", + "", + "", + "", + "", + "", + "", + "" } }; #ifdef BUILD_TVTIME_PLUGINS |