1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

fix(mvex): wrong BoxType

This commit is contained in:
Stuart Woodbury 2023-07-14 17:36:31 -04:00
parent 68c905d5f8
commit c41654fdd5

View file

@ -12,7 +12,7 @@ pub struct MvexBox {
impl MvexBox {
pub fn get_type(&self) -> BoxType {
BoxType::MdiaBox
BoxType::MvexBox
}
pub fn get_size(&self) -> u64 {