mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-22 15:06:54 +00:00
Enable conversions to YUV444P9/YUV444P10, they seem to work fine.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
85ea5c6e73
commit
ae23b26995
@ -138,10 +138,10 @@ const static FormatEntry format_entries[PIX_FMT_NB] = {
|
|||||||
[PIX_FMT_YUV420P10LE] = { 1 , 1 },
|
[PIX_FMT_YUV420P10LE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV422P10BE] = { 1 , 1 },
|
[PIX_FMT_YUV422P10BE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV422P10LE] = { 1 , 1 },
|
[PIX_FMT_YUV422P10LE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV444P9BE] = { 1 , 0 },
|
[PIX_FMT_YUV444P9BE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV444P9LE] = { 1 , 0 },
|
[PIX_FMT_YUV444P9LE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV444P10BE] = { 1 , 0 },
|
[PIX_FMT_YUV444P10BE] = { 1 , 1 },
|
||||||
[PIX_FMT_YUV444P10LE] = { 1 , 0 },
|
[PIX_FMT_YUV444P10LE] = { 1 , 1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||||
|
Loading…
Reference in New Issue
Block a user