swscale: add NV16 input/output

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Matthieu Bouron
2022-06-01 22:33:37 +02:00
committed by Anton Khirnov
parent 61c151a098
commit 0a6bb7da55
14 changed files with 14 additions and 1 deletions

View File

@@ -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,