Added support to get a constant number of frames between faces
[cascardo/movie.git] / point.h
diff --git a/point.h b/point.h
index fc27a9b..0fd54ce 100644 (file)
--- a/point.h
+++ b/point.h
@@ -31,5 +31,6 @@ typedef struct
 
 GArray * ReadPoints (char *);
 void rescale_points (GArray *);
+GArray * drop_dup_frames (GArray *, int);
 
 #endif