Re: [FFmpeg-devel] [PATCH] vf_psnr: always calculate MSE over full pixel range.

2015-07-11 Thread Michael Niedermayer
On Sat, Jul 11, 2015 at 02:50:52PM +, Paul B Mahol wrote: > Dana 11. 7. 2015. 13:23 osoba "Ronald S. Bultje" > napisala je: > > > > This makes the output compatible with that of pretty much any other > > tool that calculates PSNR. > > --- > > libavfilter/vf_psnr.c | 31 ---

Re: [FFmpeg-devel] [PATCH] vf_psnr: always calculate MSE over full pixel range.

2015-07-11 Thread Paul B Mahol
Dana 11. 7. 2015. 13:23 osoba "Ronald S. Bultje" napisala je: > > This makes the output compatible with that of pretty much any other > tool that calculates PSNR. > --- > libavfilter/vf_psnr.c | 31 --- > 1 file changed, 4 insertions(+), 27 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH] vf_psnr: always calculate MSE over full pixel range.

2015-07-11 Thread Ronald S. Bultje
This makes the output compatible with that of pretty much any other tool that calculates PSNR. --- libavfilter/vf_psnr.c | 31 --- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 0c2c950..cc4546a 100644