export: added debug option

This commit is contained in:
itsmattkc
2021-05-13 22:59:55 +10:00
parent 961889b38f
commit 36fcda17a8
+1 -1
View File
@@ -140,7 +140,7 @@ QWidget* ExportVideoTab::SetupResolutionSection()
layout->addWidget(new QLabel(tr("Quality:")), row, 0);
pixel_format_field_ = new PixelFormatComboBox(true);
pixel_format_field_ = new PixelFormatComboBox(false);
layout->addWidget(pixel_format_field_, row, 1);
return resolution_group;