mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 12:06:40 +08:00
swscale/output: add support for XV30LE
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user