viewer: hardcode playback queue number
Doesn't make sense to base this on thread count because lower thread computers need this more than higher thread computers
This commit is contained in:
@@ -47,7 +47,7 @@ namespace olive {
|
||||
|
||||
QVector<ViewerWidget*> ViewerWidget::instances_;
|
||||
|
||||
const int kMaxPreQueueSize = QThread::idealThreadCount();
|
||||
const int kMaxPreQueueSize = 8;
|
||||
|
||||
ViewerWidget::ViewerWidget(QWidget *parent) :
|
||||
super(false, true, parent),
|
||||
|
||||
Reference in New Issue
Block a user