[FFmpeg-devel] [PATCH] vf_psnr: remove %0.2f format specifiers for stream summary line.

2015-10-22 Thread Ronald S. Bultje
This makes output equally precise as vf_ssim. --- 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 a01b2c1..4f060c9 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -322,10 +322,10 @@

Re: [FFmpeg-devel] [PATCH] vf_psnr: remove %0.2f format specifiers for stream summary line.

2015-10-22 Thread Paul B Mahol
On 10/22/15, Ronald S. Bultje wrote: > This makes output equally precise as vf_ssim. > --- > 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 a01b2c1..4f060c9 100644 > ---