We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mp4 extensions do not have any real value: https://en.wikipedia.org/wiki/MP4_file_format#Filename_extensions
Therefore the mp4 constructor can just pass mp4.
rodio/src/decoder/mod.rs
Line 314 in 70c236c
This makes the function more in line with the rest (no need for a hint) and removes confusion from users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mp4 extensions do not have any real value: https://en.wikipedia.org/wiki/MP4_file_format#Filename_extensions
Therefore the mp4 constructor can just pass mp4.
rodio/src/decoder/mod.rs
Line 314 in 70c236c
This makes the function more in line with the rest (no need for a hint) and removes confusion from users.
The text was updated successfully, but these errors were encountered: