1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-08 02:55:27 +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 mvex;
pub(crate) mod mvhd; pub(crate) mod mvhd;
pub(crate) mod smhd; pub(crate) mod smhd;
pub(crate) mod soun; //pub(crate) mod soun;
pub(crate) mod stbl; pub(crate) mod stbl;
pub(crate) mod stco; pub(crate) mod stco;
pub(crate) mod stsc; pub(crate) mod stsc;

View file

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