git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6c7df
)
lavc: add GBRAP to avcodec_align_dimensions2
author
Paul B Mahol
<onemda@gmail.com>
Wed, 17 Dec 2014 13:54:42 +0000
(14:54 +0100)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Wed, 14 Jan 2015 16:17:24 +0000
(17:17 +0100)
libavcodec/utils.c
patch
|
blob
|
history
diff --git
a/libavcodec/utils.c
b/libavcodec/utils.c
index
fcc7dde
..
27f1039
100644
(file)
--- 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: