ui/nvenc*: Print all settings to the log file

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-09-28 01:54:28 +02:00
parent c63900d575
commit 6bc1cb9c88
6 changed files with 164 additions and 8 deletions
+2
View File
@@ -84,5 +84,7 @@ namespace obsffmpeg {
void get_runtime_properties(obs_properties_t* props, const AVCodec* codec, AVCodecContext* context);
void update(obs_data_t* settings, const AVCodec* codec, AVCodecContext* context);
void log_options(obs_data_t* settings, const AVCodec* codec, AVCodecContext* context);
} // namespace nvenc
} // namespace obsffmpeg