swscale/output: add support for P012
This generalises the existing P010 support.
This commit is contained in:
@@ -236,8 +236,8 @@ static const FormatEntry format_entries[] = {
|
||||
[AV_PIX_FMT_AYUV64LE] = { 1, 1},
|
||||
[AV_PIX_FMT_P010LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P010BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P012LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P012BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P012LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P012BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P016LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P016BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_GRAYF32LE] = { 1, 1 },
|
||||
|
Reference in New Issue
Block a user