version update, boxblur tweak 2020-03
authorGood Guy <good1.2guy@gmail.com>
Tue, 31 Mar 2020 21:13:56 +0000 (15:13 -0600)
committerGood Guy <good1.2guy@gmail.com>
Tue, 31 Mar 2020 21:13:56 +0000 (15:13 -0600)
cinelerra-5.1/blds/PKGBUILD
cinelerra-5.1/blds/cinelerra.spec
cinelerra-5.1/blds/debian/changelog
cinelerra-5.1/blds/debian/control
cinelerra-5.1/plugins/boxblur/boxblur.C

index 7d48a6535a1d467ea8dca25548b02f1e4510ed6c..6a5da0b08835184f501f10ecb48ce689fd48de3f 100644 (file)
@@ -1,7 +1,7 @@
 # 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"
index 2f0ee8f3a81d0c9845b65ae7e27a4241006f25c0..2091d2e704d3400f27a749d88a7c462279104848 100644 (file)
@@ -1,4 +1,4 @@
-%define ver 20200229
+%define ver 20200331
 %define cin cinelerra
 Summary: Multimedia Editing and construction
 
index 731b74c296d1e2703aeb4656ff5a7a2aa7e801e9..ba35d09042810b80cba989475b4b838e159afb4c 100644 (file)
@@ -1,4 +1,4 @@
-cin (1:5.1.20200229) unstable; urgency=low
+cin (1:5.1.20200331) unstable; urgency=low
 
   [ guy goode ]
 
index dca3842a4976b6ba92cca0735c56cf7e5f698eca..a02807baafabf4b2b85ab54ad848f04b04ff5d88 100644 (file)
@@ -1,7 +1,7 @@
 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:
index b141fe6c83083638f9d9b761ba0235f24b50357d..cb30c339acf8a89e803e9f1579ac6d03f8f25ccc 100644 (file)
@@ -43,7 +43,7 @@ public:
        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;
 };