Removal of timecodes, consumer libdv, serialisation of inigo
[melted] / src / framework / mlt_field.c
index a54d97e..8a7f51f 100644 (file)
@@ -89,6 +89,14 @@ mlt_multitrack mlt_field_multitrack( mlt_field this )
        return this->multitrack;
 }
 
+/** Get the tractor.
+*/
+
+mlt_tractor mlt_field_tractor( mlt_field this )
+{
+       return this->tractor;
+}
+
 /** Get the properties associated to this field.
 */