Corrects cuts with filters
[melted] / src / framework / mlt_playlist.h
index dee8e07..d51dacb 100644 (file)
@@ -30,7 +30,7 @@ typedef struct
 {
        int clip;
        mlt_producer producer;
-       mlt_service service;
+       mlt_producer cut;
        mlt_position start;
        char *resource;
        mlt_position frame_in;