mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-05 12:02:41 -05:00
Merge pull request #803 from derrod/ffoutextfix
UI: Fix ffmpeg output file extension
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user