[SCM] libav/experimental: avutil: add alias names for gray 8/16 colour spaces

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:11 UTC 2014


The following commit has been merged in the experimental branch:
commit e0d73fda361729d207e51fa2afd8ba6102e58d98
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Wed Jul 23 21:05:31 2014 +0100

    avutil: add alias names for gray 8/16 colour spaces

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 5443012..8fb7151 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -245,6 +245,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
             { 0, 0, 1, 0, 7 },        /* Y */
         },
         .flags = AV_PIX_FMT_FLAG_PSEUDOPAL,
+        .alias = "gray8,y8",
     },
     [AV_PIX_FMT_MONOWHITE] = {
         .name = "monow",
@@ -501,6 +502,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
             { 0, 1, 1, 0, 15 },       /* Y */
         },
         .flags = AV_PIX_FMT_FLAG_BE,
+        .alias = "y16be",
     },
     [AV_PIX_FMT_GRAY16LE] = {
         .name = "gray16le",
@@ -510,6 +512,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
         .comp = {
             { 0, 1, 1, 0, 15 },       /* Y */
         },
+        .alias = "y16le",
     },
     [AV_PIX_FMT_YUV440P] = {
         .name = "yuv440p",

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list