diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-07 00:22:20 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-07 00:22:20 +0100 |
commit | 4707f1da8a4eec361611063697a92fa006e9f592 (patch) | |
tree | 28b97aa39c33244c95d388f01aca502b3c9365f1 | |
parent | 776c89f019d4820e783a89cfb5d77b5bc1dc50b5 (diff) | |
download | ffmpeg-4707f1da8a4eec361611063697a92fa006e9f592.tar.gz |
swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libswscale/utils.c | 1 |
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 }, |