X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fresample%2Ffilter_resample.c;h=09be434623c8620a9c0ffad557bd2da97a05bb99;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=264d083bf56f02ab84102c43f81c1a9d7345d474;hpb=4ecd7f54c6f0d4b0119070b8f436bab607bf3773;p=melted diff --git a/src/modules/resample/filter_resample.c b/src/modules/resample/filter_resample.c index 264d083..09be434 100644 --- a/src/modules/resample/filter_resample.c +++ b/src/modules/resample/filter_resample.c @@ -161,7 +161,7 @@ static int resample_get_audio( mlt_frame frame, int16_t **buffer, mlt_audio_form static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) { - //if ( mlt_frame_is_test_audio( frame ) != 0 ) + if ( mlt_frame_is_test_audio( frame ) == 0 ) { mlt_frame_push_audio( frame, this ); mlt_frame_push_audio( frame, resample_get_audio );