mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-04-15 08:14:15 +00:00
.
This commit is contained in:
parent
b2caeaf43c
commit
7889981d33
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ impl Mp4Track {
|
|||
Ok(FourCC::from(BoxType::Vp09Box))
|
||||
} else if self.trak.mdia.minf.stbl.stsd.mp4a.is_some() {
|
||||
Ok(FourCC::from(BoxType::Mp4aBox))
|
||||
} else if self.trak.mdia.minf.stbl.stsd.opus.is_some() {
|
||||
Ok(FourCC::from(BoxType::OpusBox))
|
||||
} else if self.trak.mdia.minf.stbl.stsd.tx3g.is_some() {
|
||||
Ok(FourCC::from(BoxType::Tx3gBox))
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue