From 27ebdcf079ed54d294db010e9f50700f75ed5e3d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 10 Apr 2017 18:12:33 +0200 Subject: avfilter: add GRAY10 and GRAY12 to some filters Signed-off-by: Paul B Mahol --- libavfilter/vf_atadenoise.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/vf_atadenoise.c') diff --git a/libavfilter/vf_atadenoise.c b/libavfilter/vf_atadenoise.c index bf75d53d92..8d34403847 100644 --- a/libavfilter/vf_atadenoise.c +++ b/libavfilter/vf_atadenoise.c @@ -80,6 +80,8 @@ static int query_formats(AVFilterContext *ctx) { static const enum AVPixelFormat pixel_fmts[] = { AV_PIX_FMT_GRAY8, + AV_PIX_FMT_GRAY10, + AV_PIX_FMT_GRAY12, AV_PIX_FMT_GRAY16, AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P, -- cgit v1.2.3