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
+3
View File
@@ -45,6 +45,9 @@ namespace obsffmpeg {
virtual void update(obs_data_t* settings, const AVCodec* codec,
AVCodecContext* context) override;
virtual void log_options(obs_data_t* settings, const AVCodec* codec,
AVCodecContext* context) override;
private:
void get_encoder_properties(obs_properties_t* props, const AVCodec* codec);