Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / maskautos.h
index 2d18ffd134290807260f966ed5e6057b55d2a194..2cc16840a0b052e3d28b9513930726af91107f32 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -52,7 +53,7 @@ public:
 
        int mask_exists(int64_t position, int direction);
 // Perform interpolation
-       void get_points(ArrayList<MaskPoint*> *points, int submask, int64_t position, int direction);
+       void get_points(MaskPoints *points, int submask, int64_t position, int direction);
        double get_feather(int64_t position, int i, int direction);
        double get_fader(int64_t position, int i, int direction);
        int total_submasks(int64_t position, int direction);