summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/double.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/plugins/double.c')
-rw-r--r--src/post/deinterlace/plugins/double.c11
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 )