src/modules/oldfilm/*: add oldfilm module contributed by Marco Gittler
[melted] / src / modules / oldfilm / filter_dust.h
diff --git a/src/modules/oldfilm/filter_dust.h b/src/modules/oldfilm/filter_dust.h
new file mode 100644 (file)
index 0000000..5072b19
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * filter_dust.h -- dust filter
+ * Copyright (c) 2007 Marco Gittler <g.marco@freenet.de>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef _FILTER_DUST_H_
+#define _FILTER_DUST_H_
+
+#include <framework/mlt_filter.h>
+
+extern mlt_filter filter_dust_init( char *arg );
+
+#endif