diff options
author | Philip Langdale <philipl@overt.org> | 2022-09-04 16:32:06 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2022-09-06 12:49:10 -0700 |
commit | 198b5b90d5ab1c48aa54e0c6f2b6acd28487b0b3 (patch) | |
tree | 4ce59541c8d1ed257ef691296976aaafb6262bb0 /libswscale/utils.c | |
parent | 5bdd7261150db5d254d588f6cf8f038c149e63b5 (diff) | |
download | ffmpeg-198b5b90d5ab1c48aa54e0c6f2b6acd28487b0b3.tar.gz |
swscale/input: add support for XV30LE
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r-- | libswscale/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index a7f77cd39d..ab86037cd4 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -264,6 +264,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_XV36LE] = { 1, 0 }, }; |