Re: [FFmpeg-devel] [PATCH] vF_psnr: move set_meta() calls out of loop.

2015-07-11 Thread Michael Niedermayer
On Sat, Jul 11, 2015 at 05:01:03AM +, Paul B Mahol wrote: Dana 11. 7. 2015. 04:47 osoba Ronald S. Bultje rsbul...@gmail.com napisala je: --- libavfilter/vf_psnr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c

[FFmpeg-devel] [PATCH] vF_psnr: move set_meta() calls out of loop.

2015-07-10 Thread Ronald S. Bultje
--- libavfilter/vf_psnr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index b2c6531..0c2c950 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -173,10 +173,10 @@ static AVFrame *do_psnr(AVFilterContext *ctx,

Re: [FFmpeg-devel] [PATCH] vF_psnr: move set_meta() calls out of loop.

2015-07-10 Thread Paul B Mahol
Dana 11. 7. 2015. 04:47 osoba Ronald S. Bultje rsbul...@gmail.com napisala je: --- libavfilter/vf_psnr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index b2c6531..0c2c950 100644 --- a/libavfilter/vf_psnr.c +++