Add decoded input slots for render workers

This commit is contained in:
2026-06-04 21:32:43 +08:00
parent 98c884c381
commit 042f008a02
18 changed files with 654 additions and 46 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ RenderManager::RenderManager(QObject *parent)
auto_cacher_ = new PreviewAutoCacher(this);
if (OLIVE_CONFIG("RenderProcessIsolationEnabled").toBool()) {
worker_pool_ = new RenderWorkerPool(this);
worker_pool_ = new RenderWorkerPool(decoder_cache_, this);
worker_pool_->start(QThread::NormalPriority);
backend_ = kMultiProcess;
}