]> git.sesse.net Git - nageru/blobdiff - futatabi/export.h
Add cue point padding, where a clip is elongated (in both directions) by some given...
[nageru] / futatabi / export.h
index 934937c72017f8effd11c437a0792a65a2648c78..0397749b8b04299b888e89cfcbabd1bf75b8dadf 100644 (file)
@@ -2,8 +2,9 @@
 #define _EXPORT_H 1
 
 #include <string>
+#include <vector>
 
 void export_multitrack_clip(const std::string &filename, const Clip &clip);
-void export_interpolated_clip(const std::string &filename, const Clip &clip);
+void export_interpolated_clip(const std::string &filename, const std::vector<Clip> &clips);
 
 #endif