mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
swscale: add NV16 input/output
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
61c151a098
commit
0a6bb7da55
14 changed files with 14 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue