swscale/input: add support for XV36LE

This commit is contained in:
Philip Langdale
2022-09-03 15:58:47 -07:00
parent f4097e4c1f
commit 8d9462844a
3 changed files with 27 additions and 1 deletions

View File

@@ -262,6 +262,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_XV36LE] = { 1, 0 },
};
int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos,