diff options
author | Philip Langdale <philipl@overt.org> | 2022-09-05 20:00:59 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2022-09-10 12:29:12 -0700 |
commit | 68181623e984b249402ac6fd0849c032b05ae143 (patch) | |
tree | 527438a6c1e5d2187bb377e9467c05f267c77ed9 /libswscale/utils.c | |
parent | 366f073c624779af852bacbc9a0a416e27ff96f7 (diff) | |
download | ffmpeg-68181623e984b249402ac6fd0849c032b05ae143.tar.gz |
swscale/output: add support for XV30LE
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r-- | libswscale/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index 9166e80002..ec67020cc9 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -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 }, }; |