X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=point.h;h=24a3f78af1267f0df628ded8f91f8c9c741821ba;hb=0c2965d91179248eac90a7df1512b37209988266;hp=f50392287e917db81692d563962d24bcce700974;hpb=727a3d65cd7e24540815f005cfba3a62f59b654a;p=cascardo%2Fmovie.git diff --git a/point.h b/point.h index f503922..24a3f78 100644 --- a/point.h +++ b/point.h @@ -25,9 +25,13 @@ typedef struct { int x, y; + double rx, ry; char *name; } Point; GArray * ReadPoints (char *); +void rescale_points (GArray *, GArray *); +GArray * drop_dup_frames (GArray *, int); +GArray *get_scales (int); #endif