[FFmpeg-cvslog] avutil/pixdesc: fix rgb0 descriptors

Michael Niedermayer git at videolan.org
Tue Apr 16 14:28:44 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 16 14:15:09 2013 +0200| [1314f534e54d13cfe7a0280614e7ca6655072b80] | committer: Michael Niedermayer

avutil/pixdesc: fix rgb0 descriptors

Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1314f534e54d13cfe7a0280614e7ca6655072b80
---

 libavutil/pixdesc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index c17eae5..d3cec17 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -498,7 +498,6 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
             { 0, 3, 1, 0, 7 },        /* R */
             { 0, 3, 2, 0, 7 },        /* G */
             { 0, 3, 3, 0, 7 },        /* B */
-            { 0, 3, 4, 0, 7 },        /* A */
         },
         .flags = PIX_FMT_RGB,
     },
@@ -523,7 +522,6 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
             { 0, 3, 3, 0, 7 },        /* R */
             { 0, 3, 2, 0, 7 },        /* G */
             { 0, 3, 1, 0, 7 },        /* B */
-            { 0, 3, 4, 0, 7 },        /* A */
         },
         .flags = PIX_FMT_RGB,
     },



More information about the ffmpeg-cvslog mailing list