UI: Rename FFmpeg update func to upgrade_settings
This function should really be considered a function that upgrades general config file settings.
This commit is contained in:
parent
f592c33eec
commit
fe164eca87
@ -1322,7 +1322,7 @@ static void update_ffmpeg_output(const char *path)
|
|||||||
config_save(config);
|
config_save(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void update_ffmpeg_outputs(void)
|
static void upgrade_settings(void)
|
||||||
{
|
{
|
||||||
char path[512];
|
char path[512];
|
||||||
int pathlen = GetConfigPath(path, 512, "obs-studio/basic/profiles");
|
int pathlen = GetConfigPath(path, 512, "obs-studio/basic/profiles");
|
||||||
@ -1388,7 +1388,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
update_ffmpeg_outputs();
|
upgrade_settings();
|
||||||
|
|
||||||
fstream logFile;
|
fstream logFile;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user