Request extra frames for HW decoder

This commit is contained in:
Niellune
2026-02-28 20:32:29 +02:00
parent 971e48845e
commit 776edef942
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ public:
static inline Setting<int> fontSize{"font-size", 30};
static inline Setting<bool> vsync{"vsync", false};
static inline Setting<bool> hwDecode{"hw-decode", true};
static inline Setting<bool> forceRedraw{"force-redraw", false};
static inline Setting<float> aspectCorrection{"aspect-correction", 1};
static inline Setting<bool> fastScale{"fast-render-scale", false};
static inline Setting<int> videoQueue{"video-buffer-size", 32};