]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_luma.c
Massive refactoring of image conversion.
[mlt] / src / modules / core / filter_luma.c
index f05d6c405d06502080116b73c9ac9374db690052..04f52a2a8ec534e8d35be7caa0b9174eae188c3b 100644 (file)
@@ -43,6 +43,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format *
        
        if ( out == 0 )
                out = 24;
+       *format = mlt_image_yuv422;
 
        if ( b_frame == NULL || mlt_properties_get_int( b_frame_props, "width" ) != *width || mlt_properties_get_int( b_frame_props, "height" ) != *height )
        {