commit before undo overhaul

This commit is contained in:
itsmattkc
2018-07-12 16:55:06 +01:00
parent 421788f63b
commit 5297d4a5f7
7 changed files with 74 additions and 41 deletions
+2 -1
View File
@@ -231,7 +231,7 @@ void ExportDialog::on_formatCombobox_currentIndexChanged(int index)
format_acodecs.append(AV_CODEC_ID_OPUS);
format_acodecs.append(AV_CODEC_ID_VORBIS);
default_acodec = AV_CODEC_ID_VORBIS;
default_acodec = 1;
break;
case FORMAT_MOV:
format_vcodecs.append(AV_CODEC_ID_QTRLE);
@@ -356,6 +356,7 @@ void ExportDialog::on_pushButton_clicked()
// ext = "";
// ext is determined from codec, but we prevent the switch from going to 'default' here
qDebug() << "[INFO] Image export not implemented yet";
QMessageBox::information(this, "Image sequence support coming soon", "Sorry, image sequence exporting is currently unsupported. Check back soon (or hound GitHub issue #83).", QMessageBox::Ok);
return;
break;
case FORMAT_MP3: