mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
sws: enable xyz12, this for now is just for swaping between le and be
Needed for fixing fate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7f17e0ff6a
commit
2fa08abdb6
@ -196,6 +196,8 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user