]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_types.h
Add mlt_consumer_position (Mlt::Consumer::position).
[mlt] / src / framework / mlt_types.h
index 05c7bf5c95e839b9c317ae70543bdcfb5a964c30..c4a7df8255fc1e4f797c20f396862e1fc2b2f89e 100644 (file)
@@ -123,5 +123,6 @@ typedef char *( *mlt_serialiser )( void *, int length );/**< pointer to serializ
 #define MLT_TRACTOR(x) ( ( mlt_tractor )( x ) )         /**< Cast to a Tractor pointer */
 #define MLT_FILTER(x) ( ( mlt_filter )( x ) )           /**< Cast to a Filter pointer */
 #define MLT_TRANSITION(x) ( ( mlt_transition )( x ) )   /**< Cast to a Transition pointer */
+#define MLT_CONSUMER(x) ( ( mlt_consumer )( x ) )       /**< Cast to a Consumer pointer */
 
 #endif