summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-07 00:22:20 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-07 00:22:20 +0100
commit4707f1da8a4eec361611063697a92fa006e9f592 (patch)
tree28b97aa39c33244c95d388f01aca502b3c9365f1 /libswscale/utils.c
parent776c89f019d4820e783a89cfb5d77b5bc1dc50b5 (diff)
swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r--libswscale/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c
index f5e7c41d97..6391d51c87 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -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 },