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