# Maintainer: goodguy <lists.cinelerra-gg.org>
pkgname=cin
pkgver=5.1
-pkgrel=20200229
+pkgrel=20200331
pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
url="https://www.cinelerra-gg.org"
Source: cin
Section: video
Priority: optional
-Standards-Version: 5.1.20200229
+Standards-Version: 5.1.20200331
Maintainer: mailing list <cin@lists.cinelerra-gg.org>
Homepage: https://www.cinelerra-gg.org/
Build-Depends:
void copy_from(BoxBlurConfig &that);
int equivalent(BoxBlurConfig &that);
void interpolate(BoxBlurConfig &prev, BoxBlurConfig &next,
- long prev_frame, long next_frame, long current_frame);
+ int64_t prev_frame, int64_t next_frame, int64_t current_frame);
int horz_radius, vert_radius, power;
};