mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
Comment
This commit is contained in:
@@ -12,7 +12,7 @@ use bwavfile::WaveReader;
|
|||||||
// These tests compare metadata and format data read by ffprobe with the same values
|
// These tests compare metadata and format data read by ffprobe with the same values
|
||||||
// as read by `WaveReader`.
|
// as read by `WaveReader`.
|
||||||
|
|
||||||
// This seems rickety but we're going with it
|
// This is rickety but we're going with it
|
||||||
fn assert_match_stream<T>(stream_key: &str,
|
fn assert_match_stream<T>(stream_key: &str,
|
||||||
other: impl Fn(&mut WaveReader<File>) -> T)
|
other: impl Fn(&mut WaveReader<File>) -> T)
|
||||||
where T: PartialEq + Debug,
|
where T: PartialEq + Debug,
|
||||||
|
|||||||
Reference in New Issue
Block a user