From: Dan Dennedy Date: Mon, 27 Sep 2010 01:01:17 +0000 (-0700) Subject: Document new colorspace and force_full_luma frame properties. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b5eb40c9c0700ec35512f3084cbf1fc2ec1f78d9;p=mlt Document new colorspace and force_full_luma frame properties. --- diff --git a/src/framework/mlt_frame.h b/src/framework/mlt_frame.h index a03bdd6c..07f834ef 100644 --- a/src/framework/mlt_frame.h +++ b/src/framework/mlt_frame.h @@ -57,6 +57,8 @@ typedef int ( *mlt_get_audio )( mlt_frame self, void **buffer, mlt_audio_format * (no speed factor applied, only available when \em _need_previous_next is set on the producer) * \properties \em next \em frame a reference to the unfiltered following frame * (no speed factor applied, only available when \em _need_previous_next is set on the producer) + * \properties \em colorspace the standard for luma coefficients + * \properties \em force_full_luma luma range handling, set to -1 for pass-through, 1 for full range, 0 for scaling */ struct mlt_frame_s