sws: gbr24p input support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -142,6 +142,7 @@ const static FormatEntry format_entries[PIX_FMT_NB] = {
|
||||
[PIX_FMT_YUV444P9LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P10BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P10LE] = { 1 , 1 },
|
||||
[PIX_FMT_GBR24P] = { 1 , 0 },
|
||||
};
|
||||
|
||||
int sws_isSupportedInput(enum PixelFormat pix_fmt)
|
||||
|
Reference in New Issue
Block a user