exportdialog: fixed UI issue that allowed "sidecar" files on direct subtitle exports

This commit is contained in:
itsmattkc
2023-02-06 17:27:27 -08:00
parent aa6b77f800
commit c322bb6463
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ bool FFmpegEncoder::InitializeStream(AVMediaType type, AVStream** stream_ptr, AV
}
if (encoder->type != type) {
SetError(tr("Retrieved unexpected codec type %1 for codec %2").arg(QString::number(encoder->type), codec));
SetError(tr("Retrieved unexpected codec type %1 for codec %2").arg(QString::number(encoder->type), QString::number(codec)));
return false;
}