chore(498): regenerate OpenAPI + SPA types for QsvPreferNativeDecoder
This commit is contained in:
@@ -25239,6 +25239,12 @@
|
||||
},
|
||||
"deinterlaceVideo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"qsvPreferNativeDecoder": {
|
||||
"type": [
|
||||
"null",
|
||||
"boolean"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -26237,7 +26243,8 @@
|
||||
"audioSampleRate",
|
||||
"normalizeFramerate",
|
||||
"normalizeColors",
|
||||
"deinterlaceVideo"
|
||||
"deinterlaceVideo",
|
||||
"qsvPreferNativeDecoder"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -26353,6 +26360,9 @@
|
||||
},
|
||||
"deinterlaceVideo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"qsvPreferNativeDecoder": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -31799,6 +31809,12 @@
|
||||
},
|
||||
"deinterlaceVideo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"qsvPreferNativeDecoder": {
|
||||
"type": [
|
||||
"null",
|
||||
"boolean"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Vendored
+3
@@ -480,6 +480,7 @@ export interface components {
|
||||
"normalizeFramerate": boolean;
|
||||
"normalizeColors": boolean;
|
||||
"deinterlaceVideo": boolean;
|
||||
"qsvPreferNativeDecoder"?: null | boolean;
|
||||
};
|
||||
"CreateFillerPresetRequest": {
|
||||
"name": string;
|
||||
@@ -698,6 +699,7 @@ export interface components {
|
||||
"normalizeFramerate": boolean;
|
||||
"normalizeColors": boolean;
|
||||
"deinterlaceVideo": boolean;
|
||||
"qsvPreferNativeDecoder": boolean;
|
||||
};
|
||||
"FFmpegProfileAudioFormat": "None" | "Aac" | "Ac3" | "AacLatm" | "Copy";
|
||||
"FFmpegProfileBitDepth": "EightBit" | "TenBit";
|
||||
@@ -1696,6 +1698,7 @@ export interface components {
|
||||
"normalizeFramerate": boolean;
|
||||
"normalizeColors": boolean;
|
||||
"deinterlaceVideo": boolean;
|
||||
"qsvPreferNativeDecoder"?: null | boolean;
|
||||
};
|
||||
"UpdateFFmpegSettingsRequest": {
|
||||
"fFmpegPath": null | string;
|
||||
|
||||
Reference in New Issue
Block a user