mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
swscale: 9,10 bits pixel format output support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
299cbe2c9b
commit
b9e608492a
@ -115,6 +115,7 @@ const char *swscale_license(void)
|
||||
|| (x)==PIX_FMT_YUV444P16BE \
|
||||
|| (x)==PIX_FMT_YUV420P9 \
|
||||
|| (x)==PIX_FMT_YUV420P10 \
|
||||
|| (x)==PIX_FMT_YUV422P10 \
|
||||
)
|
||||
|
||||
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||
@ -142,6 +143,9 @@ int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||
|| (x)==PIX_FMT_GRAY8 \
|
||||
|| (x)==PIX_FMT_YUV410P \
|
||||
|| (x)==PIX_FMT_YUV440P \
|
||||
|| (x)==PIX_FMT_YUV420P9 \
|
||||
|| (x)==PIX_FMT_YUV420P10 \
|
||||
|| (x)==PIX_FMT_YUV422P10 \
|
||||
|| (x)==PIX_FMT_YUV420P16LE \
|
||||
|| (x)==PIX_FMT_YUV422P16LE \
|
||||
|| (x)==PIX_FMT_YUV444P16LE \
|
||||
|
Reference in New Issue
Block a user