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
+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;