Re: [FFmpeg-devel] [PATCH] vf_psnr: add psnr_avg to stats file.

2015-08-05 Thread Ronald S. Bultje
Hi, On Wed, Aug 5, 2015 at 7:56 AM, Paul B Mahol wrote: > Dana 5. 8. 2015. 13:31 osoba "Ronald S. Bultje" > napisala je: > > > > --- > > libavfilter/vf_psnr.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c > > index f202df3..3c1dc81

Re: [FFmpeg-devel] [PATCH] vf_psnr: add psnr_avg to stats file.

2015-08-05 Thread Paul B Mahol
Dana 5. 8. 2015. 13:31 osoba "Ronald S. Bultje" napisala je: > > --- > libavfilter/vf_psnr.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c > index f202df3..3c1dc81 100644 > --- a/libavfilter/vf_psnr.c > +++ b/libavfilter/vf_psnr.c > @@ -174

[FFmpeg-devel] [PATCH] vf_psnr: add psnr_avg to stats file.

2015-08-05 Thread Ronald S. Bultje
--- libavfilter/vf_psnr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index f202df3..3c1dc81 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -174,6 +174,7 @@ static AVFrame *do_psnr(AVFilterContext *ctx, AVFrame *main,