Commit 410f81f8 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lut2: add 12bit depth alpha formats

parent a50bd3a5
......@@ -125,6 +125,7 @@ static av_cold void uninit(AVFilterContext *ctx)
#define BIT12_FMTS \
AV_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV422P12, AV_PIX_FMT_YUV444P12, AV_PIX_FMT_YUV440P12, \
AV_PIX_FMT_YUVA422P12, AV_PIX_FMT_YUVA444P12, \
AV_PIX_FMT_GRAY12, AV_PIX_FMT_GBRAP12, AV_PIX_FMT_GBRP12,
#define BIT14_FMTS \
......
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