X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2Ffilter_sox.c;h=483e0f5852d5dacbaa962f41c9ae5d3e69b3809d;hb=a2bc2ae20b0d939f3f6e18a373636c1038c735c6;hp=34504bf9047a2e366f3b2fcc9cd8f096ae0eec0d;hpb=f9bba88d936e4d95bc962b139f8deed43821333c;p=mlt diff --git a/src/modules/sox/filter_sox.c b/src/modules/sox/filter_sox.c index 34504bf9..483e0f58 100644 --- a/src/modules/sox/filter_sox.c +++ b/src/modules/sox/filter_sox.c @@ -245,7 +245,7 @@ static int filter_get_audio( mlt_frame frame, void **buffer, mlt_audio_format *f if ( !strncmp( name, "effect", 6 ) ) { // Get the effect specification - char *value = mlt_properties_get( filter_properties, name ); + char *value = mlt_properties_get_value( filter_properties, j ); // Create an instance if ( create_effect( filter, value, count, i, *frequency ) == 0 )