mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
utils: add yvyu422 to avcodec_align_dimensions2
This commit is contained in:
parent
d23fc8846d
commit
6ef96292d9
@ -189,6 +189,7 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
|
||||
switch (s->pix_fmt) {
|
||||
case AV_PIX_FMT_YUV420P:
|
||||
case AV_PIX_FMT_YUYV422:
|
||||
case AV_PIX_FMT_YVYU422:
|
||||
case AV_PIX_FMT_UYVY422:
|
||||
case AV_PIX_FMT_YUV422P:
|
||||
case AV_PIX_FMT_YUV440P:
|
||||
|
Loading…
Reference in New Issue
Block a user