chore(498): regenerate OpenAPI + SPA types for QsvPreferNativeDecoder

This commit is contained in:
2026-07-20 21:54:13 +02:00
parent be27d9ab8d
commit 9cbd1fdb5c
2 changed files with 20 additions and 1 deletions
+17 -1
View File
@@ -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"
]
}
}
},
+3
View File
@@ -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;