[FFmpeg-cvslog] swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.

Michael Niedermayer git at videolan.org
Wed Mar 7 01:00:14 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar  7 00:22:20 2012 +0100| [4707f1da8a4eec361611063697a92fa006e9f592] | committer: Michael Niedermayer

swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4707f1da8a4eec361611063697a92fa006e9f592
---

 libswscale/utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index f5e7c41..6391d51 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 },



More information about the ffmpeg-cvslog mailing list