Commit c1bc20bf authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '6ef96292'

* commit '6ef96292':
  utils: add yvyu422 to avcodec_align_dimensions2
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 6ca0a976 6ef96292
......@@ -285,6 +285,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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment