Fix build with minimp3 (#519)

This commit is contained in:
Alphyr 2023-10-20 23:27:40 +02:00 committed by GitHub
parent 6a255fe70a
commit 8eaa226cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ use std::time::Duration;
use crate::Source;
use minimp3::{Decoder, Frame};
use minimp3_fixed::{Decoder, Frame};
pub struct Mp3Decoder<R>
where