wez / atomicparsley

AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files, in particular, iTunes-style metadata.
https://github.com/wez/atomicparsley
GNU General Public License v2.0
566 stars 70 forks source link

Add fallback LEADOUT_TRACK_NUMBER = 0xAA for non Win/Mac/Linux #64

Closed abs0 closed 10 months ago

abs0 commented 1 year ago

(Linux and Windows also use 0xAA)

This allows atomicparsley to build on other platforms such as NetBSD and FreeBSD, without affecting any behaviour on supported platforms

wez commented 10 months ago

Thanks!