bug fixes
[melted] / src / modules / gtk2 / filter_rescale.c
index 526b58a..39185be 100644 (file)
@@ -175,6 +175,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format *
                        mlt_properties_set_int( properties, "height", oheight );
 
                        // Return the output
+                       *format = mlt_image_yuv422;
                        *width = owidth;
                        *height = oheight;
                        *image = output;