X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fmovie.git;a=blobdiff_plain;f=point.h;h=24a3f78af1267f0df628ded8f91f8c9c741821ba;hp=fc27a9b2305684d846e0e45fbd899c310e4b7a88;hb=HEAD;hpb=9946d0d51bfa0fb3a00aaf4cea0bc9845d7e12f1 diff --git a/point.h b/point.h index fc27a9b..24a3f78 100644 --- a/point.h +++ b/point.h @@ -30,6 +30,8 @@ typedef struct } Point; GArray * ReadPoints (char *); -void rescale_points (GArray *); +void rescale_points (GArray *, GArray *); +GArray * drop_dup_frames (GArray *, int); +GArray *get_scales (int); #endif