mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
swscale/input: add VUYA input support
Reviewed-by: Philip Langdale <philipl@overt.org> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -258,6 +258,7 @@ static const FormatEntry format_entries[] = {
|
||||
[AV_PIX_FMT_P416BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P416LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_NV16] = { 1, 1 },
|
||||
[AV_PIX_FMT_VUYA] = { 1, 0 },
|
||||
};
|
||||
|
||||
int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos,
|
||||
|
||||
Reference in New Issue
Block a user