mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 13:03:52 +08:00
sws: support yuv444p9/10 output.
This commit is contained in:
@@ -131,10 +131,10 @@ const static FormatEntry format_entries[PIX_FMT_NB] = {
|
||||
[PIX_FMT_YUV420P10LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P10BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P10LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P9BE] = { 1 , 0 },
|
||||
[PIX_FMT_YUV444P9LE] = { 1 , 0 },
|
||||
[PIX_FMT_YUV444P10BE] = { 1 , 0 },
|
||||
[PIX_FMT_YUV444P10LE] = { 1 , 0 },
|
||||
[PIX_FMT_YUV444P9BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P9LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P10BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P10LE] = { 1 , 1 },
|
||||
};
|
||||
|
||||
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||
|
||||
Reference in New Issue
Block a user