id3: make parsing available to all format handlers
commit2c4a42e6b6392e0f2e3a33e75d267d66a9be3004
authorMans Rullgard <mans@mansr.com>
Sun, 30 Aug 2015 21:02:32 +0000 (30 22:02 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 31 Jan 2021 11:19:34 +0000 (31 11:19 +0000)
treed77ff4d96b8a91fc1b3f1c7252915de2e3d6e269
parentce770096cd06b1e581b37171f01bee2f25894e8a
id3: make parsing available to all format handlers

Several formats beside mp3 can use id3 tags.  This makes it possible to
parse them from their respective handlers.
configure.ac
src/Makefile.am
src/id3.c [new file with mode: 0644]
src/id3.h [new file with mode: 0644]
src/libsox.sym
src/mp3-util.h
src/mp3.c