diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-28 19:20:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-28 19:20:06 +0200 |
commit | 45f1cf88a85c3e17abe8244806d4161f062add88 (patch) | |
tree | 4a60cc76a3289d4f321da1835d1d49a0509b2b7f /libswscale | |
parent | 42a7938cca14a223288afacdc29d427d069d5894 (diff) | |
download | ffmpeg-45f1cf88a85c3e17abe8244806d4161f062add88.tar.gz |
sws: remove hack to support partial convert / xyz bswaping
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |