Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better fix for not allowed bitrate #77

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

eblanca
Copy link
Contributor

@eblanca eblanca commented Nov 28, 2017

This new PR includes the old fix for not allowed bitrate (which caused a crash when encoding mpeg2 content) and better protection for max bitrate value in vbr encodings. This used to pass before only because twolame_get_bitrate_index returned zero, which is wrong result but allowed the check to pass.

@njh
Copy link
Owner

njh commented Nov 28, 2017

Travis failed due to the lack of NEWS file - I am working on fixing that bug now...

@njh njh merged commit 3a62e0f into njh:master Nov 28, 2017
njh added a commit that referenced this pull request Nov 28, 2017
Verifying that the fix in #77 was successful
@njh
Copy link
Owner

njh commented Nov 28, 2017

Added test for this fix in d218b20

@eblanca eblanca deleted the not_allowed_bitrate_more branch November 29, 2017 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants