Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
182 stars 34 forks source link

MP4: Move major brand to `Mp4Properties` #287

Open Serial-ATA opened 8 months ago

Serial-ATA commented 8 months ago

The major brand is kept in Mp4File for some reason.

https://github.com/Serial-ATA/lofty-rs/blob/main/src/mp4/mod.rs#L34-L35

The field, along with its getter, should be moved to Mp4Properties.