Re: [FFmpeg-devel] [PATCH 10/16] lavfi/vf_libvmaf: convert to framesync2.

2017-08-30 Thread Ronald S. Bultje
Hi, On Sun, Aug 20, 2017 at 5:52 AM, Nicolas George wrote: > Le tridi 23 thermidor, an CCXXV, Nicolas George a écrit : > > After this commit, the code compiles, but on my setup it > > segfaults before and after. It also prints the very worrying > > warning: > > > >

Re: [FFmpeg-devel] [PATCH 10/16] lavfi/vf_libvmaf: convert to framesync2.

2017-08-20 Thread Nicolas George
Le tridi 23 thermidor, an CCXXV, Nicolas George a écrit : > After this commit, the code compiles, but on my setup it > segfaults before and after. It also prints the very worrying > warning: > > src/libavfilter/vf_libvmaf.c:161:66: warning: passing argument 4 of > ‘compute_vmaf’ from

[FFmpeg-devel] [PATCH 10/16] lavfi/vf_libvmaf: convert to framesync2.

2017-08-10 Thread Nicolas George
After this commit, the code compiles, but on my setup it segfaults before and after. It also prints the very worrying warning: src/libavfilter/vf_libvmaf.c:161:66: warning: passing argument 4 of ‘compute_vmaf’ from incompatible pointer type [-Wincompatible-pointer-types]