X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fnormalize%2Ffilter_volume.c;h=e745363057b7c6b2c8e309749d9d7975cb4ff7f1;hb=16b6d374cf80004b192aae74a55b0452c7ee809d;hp=2c129c6a4e25d2f3747041cbcdbd9ac11e852d10;hpb=6ad443b3ffd53b2e8be119df6fb7d3f2da1c4cec;p=melted diff --git a/src/modules/normalize/filter_volume.c b/src/modules/normalize/filter_volume.c index 2c129c6..e745363 100644 --- a/src/modules/normalize/filter_volume.c +++ b/src/modules/normalize/filter_volume.c @@ -18,8 +18,7 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "filter_volume.h" - +#include #include #include @@ -31,7 +30,7 @@ #define MAX_CHANNELS 6 #define EPSILON 0.00001 -/* The normalise functions come from the normalize utility: +/* The following normalise functions come from the normalize utility: Copyright (C) 1999--2002 Chris Vaill */ #define samp_width 16 @@ -441,7 +440,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) /** Constructor for the filter. */ -mlt_filter filter_volume_init( char *arg ) +mlt_filter filter_volume_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ) { mlt_filter this = calloc( sizeof( struct mlt_filter_s ), 1 ); if ( this != NULL && mlt_filter_init( this, NULL ) == 0 )