On Thu, Jul 22, 2010 at 12:08 PM, Simon Eugster <simon.eu at gmail.com> wrote: > performance and b) be able to make use of the ?original? (i.e. last > used) color space?
If you want to do that, you need to get the "format" property from the frame as an int, which equates to one of mlt_image_format: http://www.mltframework.org/doxygen/mlt__types_8h.html#aba2cc373fc9e6b0b1f51451e29da6a73 mlt_image_none = 0 and so on -- +-DRD-+
