Commit 4707f1da authored by Michael Niedermayer's avatar Michael Niedermayer

swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 776c89f0
......@@ -151,7 +151,6 @@ static const FormatEntry format_entries[PIX_FMT_NB] = {
[PIX_FMT_YUV444P9LE] = { 1 , 1 },
[PIX_FMT_YUV444P10BE] = { 1 , 1 },
[PIX_FMT_YUV444P10LE] = { 1 , 1 },
[PIX_FMT_GBR24P] = { 1 , 0 },
[PIX_FMT_GBRP] = { 1 , 0 },
[PIX_FMT_GBRP9LE] = { 1 , 0 },
[PIX_FMT_GBRP9BE] = { 1 , 0 },
......
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