mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_lut2: add 12bit depth alpha formats
This commit is contained in:
parent
a50bd3a50e
commit
410f81f822
|
@ -125,6 +125,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||||
|
|
||||||
#define BIT12_FMTS \
|
#define BIT12_FMTS \
|
||||||
AV_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV422P12, AV_PIX_FMT_YUV444P12, AV_PIX_FMT_YUV440P12, \
|
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,
|
AV_PIX_FMT_GRAY12, AV_PIX_FMT_GBRAP12, AV_PIX_FMT_GBRP12,
|
||||||
|
|
||||||
#define BIT14_FMTS \
|
#define BIT14_FMTS \
|
||||||
|
|
Loading…
Reference in New Issue