mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
swscale: add NV16 input/output
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
61c151a098
commit
0a6bb7da55
@@ -257,6 +257,7 @@ static const FormatEntry format_entries[] = {
|
||||
[AV_PIX_FMT_P216LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P416BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P416LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_NV16] = { 1, 1 },
|
||||
};
|
||||
|
||||
int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos,
|
||||
|
||||
Reference in New Issue
Block a user