Serial-ATA / lofty-rs

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

mp4: Fix conversion of u16 track/disc numbers to BE bytes #341

Closed uklotzde closed 5 months ago

uklotzde commented 5 months ago

A cast was missing.

I also changed the default value to 0 consistently for both current/total numbers and consider 0 as invalid/missing.

All these setters/getters are obviously untested.