[FFmpeg-cvslog] Remove duplicate initializers for VDA_VLD and GBR24P.

Dale Curtis git at videolan.org
Sat Mar 3 02:56:56 CET 2012


ffmpeg | branch: master | Dale Curtis <dalecurtis at chromium.org> | Fri Mar  2 14:56:33 2012 -0800| [e42b5362f16d55bf7f57b0fdb96515bf55b39cda] | committer: Michael Niedermayer

Remove duplicate initializers for VDA_VLD and GBR24P.

Noticed by the Chromium Mac clang build, http://crbug.com/116599

Signed-off-by: Dale Curtis <dalecurtis at chromium.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavutil/pixdesc.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 8d4a27b..668d822 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -881,12 +881,6 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
         .log2_chroma_h = 1,
         .flags = PIX_FMT_HWACCEL,
     },
-    [PIX_FMT_VDA_VLD] = {
-        .name = "vda_vld",
-        .log2_chroma_w = 1,
-        .log2_chroma_h = 1,
-        .flags = PIX_FMT_HWACCEL,
-    },
     [PIX_FMT_YUV420P9LE] = {
         .name = "yuv420p9le",
         .nb_components = 3,
@@ -1123,16 +1117,6 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
             { 0, 1, 2, 0, 7 },        /* A */
         },
     },
-    [PIX_FMT_GBR24P] = {
-        .name = "gbr24p",
-        .nb_components= 3,
-        .comp = {
-            { 1, 0, 1, 0, 7 },        /* B */
-            { 0, 0, 1, 0, 7 },        /* G */
-            { 2, 0, 1, 0, 7 },        /* R */
-        },
-        .flags = PIX_FMT_PLANAR | PIX_FMT_RGB,
-    },
     [PIX_FMT_GBRP] = {
         .name = "gbrp",
         .nb_components = 3,



More information about the ffmpeg-cvslog mailing list