X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2Ffilter_sox.c;h=c1676bc377339686c673de48ec5080a63165e126;hb=d33f444d4ef4c7bc4074d07a49eca0ab7d108394;hp=a5fa7f9a46eea37a5c11b16791c388eaaac82094;hpb=eaa0f5c7029c8a487cdd0f0fa2725df86af63876;p=melted diff --git a/src/modules/sox/filter_sox.c b/src/modules/sox/filter_sox.c index a5fa7f9..c1676bc 100644 --- a/src/modules/sox/filter_sox.c +++ b/src/modules/sox/filter_sox.c @@ -18,8 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "filter_sox.h" - +#include #include #include @@ -416,7 +415,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) /** Constructor for the filter. */ -mlt_filter filter_sox_init( char *arg ) +mlt_filter filter_sox_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ) { mlt_filter this = mlt_filter_new( ); if ( this != NULL )