mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -04:00
mpegheader.cpp: ADTS bitrate divided by 1024 (binary kilo) instead of 1000 (decimal kilo), causing ~2.4% underreporting for all AAC streams. mp4properties.cpp: ESDS averageBitrate double-rounded via both +500 and +0.5 before int cast, causing standard bitrates (128000, 192000, etc.) to read 1 kbps too high.