Commit 45f1cf88 authored by Michael Niedermayer's avatar Michael Niedermayer

sws: remove hack to support partial convert / xyz bswaping

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 42a7938c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment