You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
avfilter/vf_lut2: fix typo, correctly support gray14
This commit is contained in:
@@ -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, \
|
||||
|
Reference in New Issue
Block a user