X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Ffilter_crop_detect.c;h=8165141a380ae20b2f29989096d06dbdb29936e9;hb=7ecd47eeebf87332a4892d167baff959f0f6a11a;hp=af58f359b539117c23306abf0770d282e95e84c8;hpb=6feb43a276bbc0dd161b1cd746300959324147a2;p=melted diff --git a/src/modules/motion_est/filter_crop_detect.c b/src/modules/motion_est/filter_crop_detect.c index af58f35..8165141 100644 --- a/src/modules/motion_est/filter_crop_detect.c +++ b/src/modules/motion_est/filter_crop_detect.c @@ -221,7 +221,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) /** Constructor for the filter. */ -mlt_filter filter_crop_detect_init( char *arg ) +mlt_filter filter_crop_detect_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ) { mlt_filter this = mlt_filter_new( ); if ( this != NULL )