]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.h
Improve colorspace handling (work in progress)
[mlt] / src / framework / mlt_profile.h
index 6245640e58dea8ed192383895873a4c1abf2994a..bd673a131379192317431dc846bf7fc0f6c39301 100644 (file)
@@ -42,6 +42,7 @@ struct mlt_profile_s
        int sample_aspect_den;  /**< the denominator of the pixel aspect ratio */
        int display_aspect_num; /**< the numerator of the image aspect ratio in case it can not be simply derived (e.g. ITU-R 601) */
        int display_aspect_den; /**< the denominator of the image aspect ratio in case it can not be simply derived (e.g. ITU-R 601) */
+       int luma_function;
 };
 
 extern mlt_profile mlt_profile_init( const char *name );