Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit bitrate range to 31 bits integer
A proper solution could be to use "long long" instead (guaranteed to be at least 64 bits), but it adds its own problems (e.g. "%lld" is not supported as a printf format on all platforms). In practice, we don't need such high values, so keep it simple. Fixes #995 <#995>
- Loading branch information