mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed again
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
02001a372d
commit
f0d3a03115
@ -716,6 +716,7 @@ static av_always_inline int isRGB(enum AVPixelFormat pix_fmt)
|
||||
( \
|
||||
isRGBinInt(x) || \
|
||||
isBGRinInt(x) || \
|
||||
isRGB(x) || \
|
||||
(x)==AV_PIX_FMT_GBRP9LE || \
|
||||
(x)==AV_PIX_FMT_GBRP9BE || \
|
||||
(x)==AV_PIX_FMT_GBRP10LE || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user