mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
swscale/input: add support for XV36LE
This commit is contained in:
@@ -262,6 +262,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_XV36LE] = { 1, 0 },
|
||||
};
|
||||
|
||||
int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos,
|
||||
|
||||
Reference in New Issue
Block a user