Module: libav
Branch: master
Commit: c7ed26ad6035793c7212c17545b0ded18b72db69

Author:    Hendrik Leppkes <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Wed Sep  9 12:56:49 2015 +0200

pixdesc: Add missing alpha flag for yuva420p9be

Signed-off-by: Luca Barbato <[email protected]>

---

 libavutil/pixdesc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 7989c4a..029291a 100644
--- 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",

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to