diff options
author | Paul B Mahol | 2014-12-17 14:54:42 +0100 |
---|---|---|
committer | Vittorio Giovara | 2015-01-14 17:17:24 +0100 |
commit | 9a4aaae3b29392b6d74997e06be249d7d54a7394 (patch) | |
tree | eb67589feeeb45b1089f12264c2a94c527c7545d | |
parent | 0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a (diff) |
lavc: add GBRAP to avcodec_align_dimensions2
-rw-r--r-- | libavcodec/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index fcc7dde789..27f1039d00 100644 --- a/libavcodec/utils.c +++ b/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: |