Re: [FFmpeg-devel] [PATCH] vf_psnr/ssim: don't crash if stats_file is NULL.

2015-10-22 Thread Paul B Mahol
Dana 23. 10. 2015. 00:01 osoba "Ronald S. Bultje" napisala je: > > --- > libavfilter/vf_psnr.c | 24 +--- > libavfilter/vf_ssim.c | 24 +--- > 2 files changed, 26 insertions(+), 22 deletions(-) > > diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c

[FFmpeg-devel] [PATCH] vf_psnr/ssim: don't crash if stats_file is NULL.

2015-10-22 Thread Ronald S. Bultje
--- libavfilter/vf_psnr.c | 24 +--- libavfilter/vf_ssim.c | 24 +--- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index ca41939..36bbab2 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/v