mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
In SV7 these are a mix of signed and unsigned shorts; in SV8 they're all signed. Storing them as an int is fine for signed or unsigned shorts as it's wide enough to contain either of them. Unfortunately there are no explicit tests for SV7 at the moment; that would be ideal to add before the next release. CC @carewolf