Commit 5edbd4f4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '9a4aaae3'

* commit '9a4aaae3':
  lavc: add GBRAP to avcodec_align_dimensions2

See: 5c057433Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ada0fc4e 9a4aaae3
......@@ -297,8 +297,8 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
case AV_PIX_FMT_YUV422P:
case AV_PIX_FMT_YUV440P:
case AV_PIX_FMT_YUV444P:
case AV_PIX_FMT_GBRAP:
case AV_PIX_FMT_GBRP:
case AV_PIX_FMT_GBRAP:
case AV_PIX_FMT_GRAY8:
case AV_PIX_FMT_GRAY16BE:
case AV_PIX_FMT_GRAY16LE:
......
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