mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 07:50:11 +01:00
swscale/input: add AYUV input support
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -268,6 +268,7 @@ static const FormatEntry format_entries[] = {
|
||||
[AV_PIX_FMT_RGBAF16LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_XV30LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_XV36LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_AYUV] = { 1, 0 },
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user