swscale/input: add AYUV input support

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2024-10-06 14:45:07 -03:00
parent 80a0567a2f
commit bb37d3c33e
2 changed files with 36 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ static const FormatEntry format_entries[] = {
[AV_PIX_FMT_RGBAF16LE] = { 1, 0 },
[AV_PIX_FMT_XV30LE] = { 1, 1 },
[AV_PIX_FMT_XV36LE] = { 1, 1 },
[AV_PIX_FMT_AYUV] = { 1, 0 },
};
/**