sws/pixfmt/pixdesc: add support for yuv420p9le/be.
This commit is contained in:
parent
e85297e0e7
commit
dc49bf1270
11 changed files with 48 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, int l
|
|||
case PIX_FMT_YUV420P9BE:
|
||||
case PIX_FMT_YUV420P10LE:
|
||||
case PIX_FMT_YUV420P10BE:
|
||||
case PIX_FMT_YUV422P9LE:
|
||||
case PIX_FMT_YUV422P9BE:
|
||||
case PIX_FMT_YUV422P10LE:
|
||||
case PIX_FMT_YUV422P10BE:
|
||||
case PIX_FMT_YUV444P9LE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue