swscale/output: add support for XV30LE

This commit is contained in:
Philip Langdale
2022-09-05 20:00:59 -07:00
parent 366f073c62
commit 68181623e9
14 changed files with 44 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ static const FormatEntry format_entries[] = {
[AV_PIX_FMT_VUYX] = { 1, 1 },
[AV_PIX_FMT_RGBAF16BE] = { 1, 0 },
[AV_PIX_FMT_RGBAF16LE] = { 1, 0 },
[AV_PIX_FMT_XV30LE] = { 1, 0 },
[AV_PIX_FMT_XV30LE] = { 1, 1 },
[AV_PIX_FMT_XV36LE] = { 1, 1 },
};