Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bitrate parsing for cross-platform environment
Previous version of parsing was unable to get valid content eg. when `output` ends with '\r' character what is possible in cross platform environment. New parser version is resistant for any line ending. Moreover parser is insensistive for prefix letter size, see bug: #119 (comment) Signed-off-by: Karol Trzcinski <[email protected]>
- Loading branch information