[SCM] libav/experimental: Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is consistent with the allocation currently done for PIX_FMT_GRAY8 pictures.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:48 UTC 2013


The following commit has been merged in the experimental branch:
commit ce7c7179001d955e6cd639094bfc8b13e563d9bd
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Mar 4 00:27:46 2010 +0000

    Declare the PIX_FMT_GRAY8 pixel format as a paletted format.  This is
    consistent with the allocation currently done for PIX_FMT_GRAY8
    pictures.
    
    No significant slow-downs have been measured.
    
    See the thread:
    Subject: [FFmpeg-devel] [PATCH] Is gray8 a paletted format?
    Date: Sun, 15 Nov 2009 23:36:03 +0100
    
    Originally committed as revision 22191 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index e4ced8e..4d86165 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -199,6 +199,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
         .comp = {
             {0,0,1,0,7},        /* Y */
         },
+        .flags = PIX_FMT_PAL,
     },
     [PIX_FMT_MONOWHITE] = {
         .name = "monow",

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list