From ba67bbb2db6327dc0f64eab24bafe5f023ce42ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 17 Feb 2003 22:28:16 +0000 Subject: 0.32 svn path=/trunk/Framestein/; revision=418 --- Plugins/deinterlace.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Plugins/deinterlace.c') diff --git a/Plugins/deinterlace.c b/Plugins/deinterlace.c index ca12568..bc8e9ef 100644 --- a/Plugins/deinterlace.c +++ b/Plugins/deinterlace.c @@ -1,5 +1,5 @@ // -// deinterlace - deinterlacing through pixel / line repitition +// deinterlace - deinterlacing through pixel / line repetition // // written by Olaf Matthes // @@ -24,6 +24,8 @@ #include #include "plugin.h" +INFO("deinterlacing through pixel / line repetition") + void perform_effect(struct frame f, struct args a) { short x, y, line = 0; -- cgit v1.2.1