diff options
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index a851d99a7d..6fec4b787e 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -138,10 +138,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) |