Commit 7832e05c authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lut2: fix typo, correctly support gray14

parent 1f327f5d
......@@ -129,7 +129,7 @@ static av_cold void uninit(AVFilterContext *ctx)
#define BIT14_FMTS \
AV_PIX_FMT_YUV420P14, AV_PIX_FMT_YUV422P14, AV_PIX_FMT_YUV444P14, \
AV_PIX_FMT_GRAY12, AV_PIX_FMT_GBRP14,
AV_PIX_FMT_GRAY14, AV_PIX_FMT_GBRP14,
#define BIT16_FMTS \
AV_PIX_FMT_YUV420P16, AV_PIX_FMT_YUV422P16, AV_PIX_FMT_YUV444P16, \
......
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