]> git.sesse.net Git - mlt/commitdiff
Document new colorspace and force_full_luma frame properties.
authorDan Dennedy <dan@dennedy.org>
Mon, 27 Sep 2010 01:01:17 +0000 (18:01 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 27 Sep 2010 01:01:17 +0000 (18:01 -0700)
src/framework/mlt_frame.h

index a03bdd6c95d4921342d138463a894106a9205b4d..07f834ef129135b8dec63f9aa4088c02db87def5 100644 (file)
@@ -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