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

always seek to start in mp3::is_mp3() #543

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

spookyvision
Copy link
Contributor

the doc comment for this method states /// Returns true if the stream contains mp3 data, then resets it to where it was.
but the current code only seeks back to the original position if the data isn't MP3. This PR changes it so that it always resets.

@est31 est31 merged commit fee5e94 into RustAudio:master Feb 10, 2024
10 checks passed
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