sws: gbr24p input support

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-10-08 23:07:05 +02:00
parent 085ea85c2e
commit cca81e7eb0
4 changed files with 57 additions and 2 deletions

View File

@ -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)