fix(config): ensure logging config settings are properly loaded (#3777)

This commit is contained in:
ReenigneArcher
2025-04-03 13:32:46 -04:00
committed by GitHub
parent fc9b548edd
commit 3e41770d44
3 changed files with 13 additions and 3 deletions

View File

@@ -16,6 +16,9 @@
#include "nvenc/nvenc_config.h"
namespace config {
// track modified config options
inline std::unordered_map<std::string, std::string> modified_config_settings;
struct video_t {
// ffmpeg params
int qp; // higher == more compression and less quality