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:
parent
af0b2d6736
commit
d4497f6dfb
7 changed files with 120 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue