]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.c
Let loader producer use new GLSL normalizing filters (opengl branch).
[mlt] / src / framework / mlt_profile.c
index a0ae64808ca1057594fbc01ed1cb714f1433d601..06fa2c3212b505f4c9d9cfe1e2aeda601568e3dd 100644 (file)
@@ -403,7 +403,7 @@ void mlt_profile_from_producer( mlt_profile profile, mlt_producer producer )
 {
        mlt_frame fr = NULL;
        uint8_t *buffer;
-       mlt_image_format fmt = mlt_image_yuv422;
+       mlt_image_format fmt = mlt_image_none;
        mlt_properties p;
        int w = profile->width;
        int h = profile->height;