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.
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.