From 4707f1da8a4eec361611063697a92fa006e9f592 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 7 Mar 2012 00:22:20 +0100 Subject: [PATCH] swscale: remove duplicate PIX_FMT_GBRP entry from format_entries. Signed-off-by: Michael Niedermayer --- libswscale/utils.c | 1 - 1 file changed, 1 deletion(-) 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 },