extend USTA output with current clip start time and playlist duration
[melted] / src / mvcp / mvcp_status.h
index c629473..c9128f7 100644 (file)
@@ -67,6 +67,8 @@ typedef struct
        int generation;
        int clip_index;
        int dummy;
+       int dur;        /**< duration of playlist */
+       int start;      /**< time head clip relative to the beginning of the playlist */
 }
 *mvcp_status, mvcp_status_t;