Commit e42b5362 authored by Dale Curtis's avatar Dale Curtis Committed by Michael Niedermayer

Remove duplicate initializers for VDA_VLD and GBR24P.

Noticed by the Chromium Mac clang build, http://crbug.com/116599Signed-off-by: 's avatarDale Curtis <dalecurtis@chromium.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 268098d8
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment