]> git.sesse.net Git - mlt/blobdiff - src/valerie/valerie.c
Threading considerations and DVCP WIPE introduced
[mlt] / src / valerie / valerie.c
index c76112d8e015e1f593371510c82f60ab0a06fd32..f6a79d8c0302588c0bf76323f9b8f6a3fe2021eb 100644 (file)
@@ -346,6 +346,14 @@ valerie_error_code valerie_unit_clear( valerie this, int unit )
        return valerie_execute( this, 1024, "CLEAR U%d", unit );
 }
 
+/** Wipe the unit - this function removes all clips before the current one.
+*/
+
+valerie_error_code valerie_unit_wipe( valerie this, int unit )
+{
+       return valerie_execute( this, 1024, "WIPE U%d", unit );
+}
+
 /** Move clips on the units playlist.
 */