lavc: add GBRAP to avcodec_align_dimensions2

pull/101/merge
Paul B Mahol 10 years ago committed by Vittorio Giovara
parent 0e6c7dfa65
commit 9a4aaae3b2
  1. 1
      libavcodec/utils.c

@ -199,6 +199,7 @@ void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
case AV_PIX_FMT_YUV440P:
case AV_PIX_FMT_YUV444P:
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:

Loading…
Cancel
Save