Commit 5c1f4330 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lut2: add support for gray10 and gray12 pixel formats

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 10542491
......@@ -107,7 +107,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_GBRP, AV_PIX_FMT_GBRP9, AV_PIX_FMT_GBRP10,
AV_PIX_FMT_GBRP12,
AV_PIX_FMT_GBRAP, AV_PIX_FMT_GBRAP12,
AV_PIX_FMT_GRAY8,
AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY10, AV_PIX_FMT_GRAY12,
AV_PIX_FMT_NONE
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment