summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-07 22:24:02 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-07 22:24:02 +0200
commit98ed02021bb7cc64729e919553d937d3f28fccf9 (patch)
tree96836fc803adf4ed76a499a2db04a8c4c9b4c923 /src
parent01ef2f3061102eee65ab626003489ac9e8b70e49 (diff)
There's no longer ever a need to disable the mixdown-to-stereo option.
This used to be necessary when subtitles were exported from the same dialogue as videos.
Diffstat (limited to 'src')
-rw-r--r--src/wx/export_video_file_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc
index 3cc4b133f..ec54cc408 100644
--- a/src/wx/export_video_file_dialog.cc
+++ b/src/wx/export_video_file_dialog.cc
@@ -173,7 +173,6 @@ ExportVideoFileDialog::format_changed ()
for (int i = 0; i < 2; ++i) {
_x264_crf_label[i]->Enable(formats[selection] == ExportFormat::H264_AAC);
}
- _mixdown->Enable (selection != 2);
Config::instance()->export_config().set_format(formats[selection]);
}