swscale/input: add VUYA input support

Reviewed-by: Philip Langdale <philipl@overt.org>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2022-08-04 00:10:30 -03:00
parent cbb53bfbd8
commit f0abd07996
3 changed files with 37 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ static const FormatEntry format_entries[] = {
[AV_PIX_FMT_P416BE] = { 1, 1 },
[AV_PIX_FMT_P416LE] = { 1, 1 },
[AV_PIX_FMT_NV16] = { 1, 1 },
[AV_PIX_FMT_VUYA] = { 1, 0 },
};
int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos,