swscale: add P210/P410/P216/P416 input
This commit is contained in:
@@ -268,6 +268,14 @@ static const FormatEntry format_entries[] = {
|
||||
[AV_PIX_FMT_Y210LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_X2RGB10LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_X2BGR10LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_P210BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P210LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P410BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P410LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P216BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P216LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P416BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_P416LE] = { 1, 0 },
|
||||
};
|
||||
|
||||
int sws_isSupportedInput(enum AVPixelFormat pix_fmt)
|
||||
|
Reference in New Issue
Block a user