Re: [FFmpeg-devel] [PATCH] avfilter: add ITU-R 468 noise meter

2015-12-17 Thread Ganesh Ajjanagadde
On Wed, Dec 16, 2015 at 1:34 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol [...] > + > +formats = ff_make_format_list(sample_fmts); > +if ((ret = ff_formats_ref(formats, >out_formats)) < 0 || > +(ret = ff_formats_ref(formats,

[FFmpeg-devel] [PATCH] avfilter: add ITU-R 468 noise meter

2015-12-16 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- configure| 1 + doc/filters.texi | 9 ++ libavfilter/Makefile | 1 + libavfilter/af_itur468.c | 222 +++ libavfilter/allfilters.c | 1 + 5 files changed, 234