Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
encoder: Also log custom overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Sep 27, 2019
1 parent 9efda8a commit c63900d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@ obsffmpeg::encoder::encoder(obs_data_t* settings, obs_encoder_t* encoder, bool i
_context->time_base.num,
static_cast<double_t>(_context->time_base.den)
/ static_cast<double_t>(_context->time_base.num));
PLOG_INFO("[%s] Custom Settings: %s", _codec->name,
obs_data_get_string(settings, ST_FFMPEG_CUSTOMSETTINGS));
}

// Update settings
Expand Down

0 comments on commit c63900d

Please sign in to comment.