swscale: add yuv440p10/12 pixfmts.
This commit is contained in:
@ -119,6 +119,10 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
|
||||
[AV_PIX_FMT_GRAY16LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUVJ440P] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P10LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P10BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P12LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P12BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUVA420P] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUVA422P] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUVA444P] = { 1, 1 },
|
||||
|
Reference in New Issue
Block a user