Add pixel formats for 9- and 10-bit yuv420p.
Also add support for these formats in libswscale. Needed for high bit depth h264 decoding. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
af0b2d6736
commit
d4497f6dfb
@@ -112,6 +112,8 @@ const char *swscale_license(void)
|
||||
|| (x)==PIX_FMT_YUV420P16BE \
|
||||
|| (x)==PIX_FMT_YUV422P16BE \
|
||||
|| (x)==PIX_FMT_YUV444P16BE \
|
||||
|| (x)==PIX_FMT_YUV420P9 \
|
||||
|| (x)==PIX_FMT_YUV420P10 \
|
||||
)
|
||||
|
||||
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||
|
Reference in New Issue
Block a user