X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Foldfilm%2Ffilter_dust.h;fp=src%2Fmodules%2Foldfilm%2Ffilter_dust.h;h=5072b192c9c8dde195bd20e33824e54ebf7b7876;hb=67852388ef853a47d2e4e16a544bb35e8c174d22;hp=0000000000000000000000000000000000000000;hpb=b82faed1fe2b1e11727d8634e1fee7b9ef6d620b;p=melted diff --git a/src/modules/oldfilm/filter_dust.h b/src/modules/oldfilm/filter_dust.h new file mode 100644 index 0000000..5072b19 --- /dev/null +++ b/src/modules/oldfilm/filter_dust.h @@ -0,0 +1,27 @@ +/* + * filter_dust.h -- dust filter + * Copyright (c) 2007 Marco Gittler + * + * 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 + +extern mlt_filter filter_dust_init( char *arg ); + +#endif