OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e336c51
)
pixdesc: Add missing alpha flag for yuva420p9be
author
Hendrik Leppkes
<h.leppkes@gmail.com>
Wed, 9 Sep 2015 10:56:49 +0000
(12:56 +0200)
committer
Luca Barbato
<lu_zero@gentoo.org>
Thu, 10 Sep 2015 10:08:57 +0000
(12:08 +0200)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavutil/pixdesc.c
patch
|
blob
|
history
diff --git
a/libavutil/pixdesc.c
b/libavutil/pixdesc.c
index
7989c4a
..
029291a
100644
(file)
--- a/
libavutil/pixdesc.c
+++ b/
libavutil/pixdesc.c
@@
-588,7
+588,7
@@
static const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
{ 2, 2, 0, 0, 9, 1, 8, 1 }, /* V */
{ 3, 2, 0, 0, 9, 1, 8, 1 }, /* A */
},
- .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
+ .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR
| AV_PIX_FMT_FLAG_ALPHA
,
},
[AV_PIX_FMT_YUVA420P9LE] = {
.name = "yuva420p9le",