# Maintainer: goodguy <lists.cinelerra-cv.org>
pkgname=cin
pkgver=5.1
-pkgrel=20161002
+pkgrel=20161030
pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
url="http://www.cinelerra-cv.org"
int64_t picon_h = edit->picon_h();
-// Don't draw video if picon is empty or bigger than edit
- if( picon_w <= 0 || picon_w > edit_w ) return;
+// if( picon_w <= 0 || picon_w > edit_w ) return;
+// Don't draw video if picon is empty, or edit only hairline
+ if( picon_w < 1 || edit_w < 2 ) return;
+// or bigger than edit and fills at less than 1.5 percent timeline
+ if( picon_w > edit_w && edit_w < canvas->get_w()/64 ) return;
// pixels spanned by a frame
double frame_w = edit->frame_w();
Source: cin
Section: video
Priority: optional
-Standards-Version: 5.1.20161002
+Standards-Version: 5.1.20161030
Homepage: http://www.cinelerra-cv.org/
Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs,