Re: [FFmpeg-devel] [PATCH] avfilter/vf_lut: add support for gray formats

2017-12-22 Thread James Darnley
On 2017-12-22 10:57, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_lut.c | 6 +- > tests/ref/fate/filter-pixfmts-lut | 5 + > 2 files changed, 10 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/vf_lut.c

[FFmpeg-devel] [PATCH] avfilter/vf_lut: add support for gray formats

2017-12-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_lut.c | 6 +- tests/ref/fate/filter-pixfmts-lut | 5 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index 11c039ead7..26f2945c84 100644 ---