Re: [FFmpeg-devel] [PATCH] vf_psnr: fix rgb channel order mixup in final log message.

2015-07-11 Thread Michael Niedermayer
On Sat, Jul 11, 2015 at 03:59:28PM +, Paul B Mahol wrote: > Dana 11. 7. 2015. 17:21 osoba "Ronald S. Bultje" > napisala je: > > > > --- > > libavfilter/vf_psnr.c | 6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c

Re: [FFmpeg-devel] [PATCH] vf_psnr: fix rgb channel order mixup in final log message.

2015-07-11 Thread Paul B Mahol
Dana 11. 7. 2015. 17:21 osoba "Ronald S. Bultje" napisala je: > > --- > libavfilter/vf_psnr.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c > index 63baddd..9390f7c 100644 > --- a/libavfilter/vf_psnr.c > +++ b/libavfil

[FFmpeg-devel] [PATCH] vf_psnr: fix rgb channel order mixup in final log message.

2015-07-11 Thread Ronald S. Bultje
--- libavfilter/vf_psnr.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 63baddd..9390f7c 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -319,9 +319,11 @@ static av_cold void uninit(AVFilterContext *c