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" > 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 >

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" 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 > +++ b/libavfilte