Merge pull request #803 from derrod/ffoutextfix

UI: Fix ffmpeg output file extension
This commit is contained in:
Jim
2017-02-25 04:24:02 -08:00
committed by GitHub

View File

@@ -2612,7 +2612,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());