UI: fix ffmpeg output file extension

This commit is contained in:
derrod
2017-02-17 20:37:52 +01:00
parent f86c538a5f
commit b78425aaaf

View File

@@ -2603,7 +2603,7 @@ void OBSBasicSettings::SaveFormat(QComboBox *combo)
char *comma = strchr(&extStr[0], ',');
if (comma)
comma = 0;
*comma = 0;
config_set_string(main->Config(), "AdvOut", "FFExtension",
extStr.c_str());