nrgrip/src/metadata
Matteo Cypriani 3faf42e2a7 Read track number & index as BCD-encoded bytes
The track number and track index from the CUEX chunk are BCD-encoded
(Binary-Coded Decimal). Reading them as binary led to wrong track
numbers starting with track 10.

There is doubt whereas the index number is BCD or not, but two-digit
indices are seldom seen.
2016-12-08 20:57:28 -05:00
..
cuex.rs Read track number & index as BCD-encoded bytes 2016-12-08 20:57:28 -05:00
daox.rs Add copyright & license 2016-12-06 22:52:31 -05:00
metadata.rs Use getopts to parse command-line 2016-12-08 20:57:28 -05:00
mod.rs metadata: simplify read_nrg_chunks() 2016-12-08 20:57:28 -05:00
mtyp.rs Add copyright & license 2016-12-06 22:52:31 -05:00
readers.rs Read track number & index as BCD-encoded bytes 2016-12-08 20:57:28 -05:00
sinf.rs Add copyright & license 2016-12-06 22:52:31 -05:00