X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2Ffilter_affine.c;fp=src%2Fmodules%2Fplus%2Ffilter_affine.c;h=8a2075390812244dad563f0a3ed4b220e924359e;hb=c54a5c51667c3f83bdfe951574e3dff768284455;hp=0f28ed59d26fb3d74ceb8b8db647068c14a3f06e;hpb=39cad14b95f36b0af2300a737af590997140e812;p=melted diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index 0f28ed5..8a20753 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -37,7 +37,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * mlt_properties properties = MLT_FILTER_PROPERTIES( filter ); // Get the image - int error = mlt_frame_get_image( this, image, format, width, height, 0 ); + int error = 0; //mlt_frame_get_image( this, image, format, width, height, 0 ); // Only process if we have no error and a valid colour space if ( error == 0 && *format == mlt_image_yuv422 )