ui/prores_aw_handler: Print profile to log

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-09-27 16:29:01 +02:00
parent 0c9764a15c
commit 9efda8af8d
2 changed files with 11 additions and 0 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;
};
} // namespace ui
} // namespace obsffmpeg