1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00

fix(clippy)

This commit is contained in:
Stuart Woodbury 2023-07-05 13:09:09 -04:00
parent 12dac2e0ee
commit f5a8be435c
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ pub(crate) mod mp4a;
pub(crate) mod mvex;
pub(crate) mod mvhd;
pub(crate) mod smhd;
pub(crate) mod soun;
//pub(crate) mod soun;
pub(crate) mod stbl;
pub(crate) mod stco;
pub(crate) mod stsc;

View file

@ -1,4 +1,4 @@
use serde::Serialize;
/*use serde::Serialize;
use crate::mp4box::*;
@ -25,4 +25,4 @@ impl Mp4Box for SounBox {
fn summary(&self) -> Result<String> {
todo!()
}
}
}*/