obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

utils: Add multi video and frame rate divisor support to GetOutputDuration

Open exeldro opened this issue 1 year ago • 1 comments

Description

Add multi video and frame rate divisor support to Utils::Obs::NumberHelper::GetOutputDuration

Motivation and Context

Fixes #1273

How Has This Been Tested?

With outputs with multiple video tracks of which some have frame rate divisors Tested OS(s): Windows 11

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x] I have read the Contributing Guidelines.
  • [x] All commit messages are properly formatted and commits squashed where appropriate.
  • [x] My code is not on master or a release/* branch.
  • [x] The code has been tested.
  • [x] I have included updates to all appropriate documentation.

exeldro avatar Dec 13 '24 13:12 exeldro

The correct prefix for this commit would be utils:, rather than base.

tt2468 avatar Feb 15 '25 04:02 tt2468