Re: [FFmpeg-devel] [PATCH 13/16] lavfi/vf_psnr: convert to framesync2.

2017-08-29 Thread Nicolas George
Le duodi 12 fructidor, an CCXXV, Paul B Mahol a écrit : > Now I get stupid and useless: > > libavfilter/vf_psnr.c: In function ***do_psnr***: > libavfilter/vf_psnr.c:149:14: warning: ***main*** is usually a function > [-Wmain] > AVFrame *main, *ref; I noticed them; there are a few others. C

Re: [FFmpeg-devel] [PATCH 13/16] lavfi/vf_psnr: convert to framesync2.

2017-08-29 Thread Paul B Mahol
On 8/10/17, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/Makefile | 2 +- > libavfilter/vf_psnr.c | 50 > +++--- > 2 files changed, 28 insertions(+), 24 deletions(-) > > Now I get stupid and useless: libavfilter/vf_psnr

[FFmpeg-devel] [PATCH 13/16] lavfi/vf_psnr: convert to framesync2.

2017-08-10 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/Makefile | 2 +- libavfilter/vf_psnr.c | 50 +++--- 2 files changed, 28 insertions(+), 24 deletions(-) Unchanged. diff --git a/libavfilter/Makefile b/libavfilter/Makefile index f6cc8e9e95..605df917a3 1