From 45f1cf88a85c3e17abe8244806d4161f062add88 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 28 Apr 2013 19:20:06 +0200 Subject: sws: remove hack to support partial convert / xyz bswaping Signed-off-by: Michael Niedermayer --- libswscale/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/utils.c b/libswscale/utils.c index 94a43a2fea..ca7c2c4a28 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -196,8 +196,6 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = { [AV_PIX_FMT_GBRP14BE] = { 1, 1 }, [AV_PIX_FMT_GBRP16LE] = { 1, 0 }, [AV_PIX_FMT_GBRP16BE] = { 1, 0 }, - [AV_PIX_FMT_XYZ12BE] = { 1, 0 }, - [AV_PIX_FMT_XYZ12LE] = { 0, 1 }, }; int sws_isSupportedInput(enum AVPixelFormat pix_fmt) -- cgit v1.2.3