mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
re-disable symphonia-isomp4 test due to (upstream?) failure
This commit is contained in:
parent
b712559418
commit
d08d9e71a6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fn all_decoders(
|
|||
)]
|
||||
#[cfg_attr(feature = "symphonia-mp3", case("mp3", "symphonia"))]
|
||||
// note: disabled, broken decoder see issue: #577
|
||||
#[cfg_attr(feature = "symphonia-isomp4", case("m4a", "symphonia"))]
|
||||
// #[cfg_attr(feature = "symphonia-isomp4", case("m4a", "symphonia"))]
|
||||
#[cfg_attr(feature = "symphonia-wav", case("wav", "symphonia"))]
|
||||
#[cfg_attr(feature = "symphonia-flac", case("flac", "symphonia"))]
|
||||
fn supported_decoders(#[case] format: &'static str, #[case] decoder_name: &'static str) {}
|
||||
|
|
Loading…
Reference in a new issue