You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/framework/mlt_consumer.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@
88
88
* \properties \em drop_count the number of video frames not rendered since starting consumer
89
89
* \properties \em color_range the color range as tv/mpeg (limited) or pc/jpeg (full); default is unset, which implies tv/mpeg
90
90
* \properties \em color_trc the color transfer characteristic (gamma), default is unset, use mlt_color_trc string values
91
+
* \properties \em mlt_color_trc the color transfer to use for internal processing, default is unset; use mlt_color_trc string values but only "linear" is implemented
91
92
* \properties \em deinterlacer the deinterlace algorithm to pass to deinterlace filters, defaults to "yadif"
0 commit comments