mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avfilter/vf_extractplanes: add GBRAP14 support
This commit is contained in:
parent
eaffbd9ac4
commit
3a5171c9f4
@ -119,7 +119,7 @@ AVFILTER_DEFINE_CLASS(extractplanes);
|
||||
AV_PIX_FMT_YUVA422P9##suf, \
|
||||
AV_PIX_FMT_YUVA444P9##suf, \
|
||||
AV_PIX_FMT_GBRP9##suf, \
|
||||
AV_PIX_FMT_GBRP14##suf, \
|
||||
AV_PIX_FMT_GBRP14##suf, AV_PIX_FMT_GBRAP14##suf, \
|
||||
AV_PIX_FMT_YUV420P14##suf, \
|
||||
AV_PIX_FMT_YUV422P14##suf, \
|
||||
AV_PIX_FMT_YUV444P14##suf
|
||||
|
Loading…
Reference in New Issue
Block a user