OSDN Git Service

Some refactoring to allow supporting multiple encoders in the encode thread (far...
[x264-launcher/x264-launcher.git] / src / win_addJob.cpp
index 1fe5611..5db0844 100644 (file)
@@ -512,7 +512,7 @@ void AddJobDialog::accept(void)
                }
        }
 
-       //Is output file extension supported by encoder
+       //Is output file extension supported by encoder?
        QFileInfo outputFile = QFileInfo(this->outputFile());
        if((outputFile.suffix().compare("264", Qt::CaseInsensitive) == 0) && (ui->cbxEncoderType->currentIndex() == OptionsModel::EncType_X265))
        {