Hi,
I'm writing a program to correct bad MP3 files (by dropping bad frames, dropping IDv2 tags on demand, etc.) by using libmad. One point is that I want to add an CRC-16 checksum to the header. Can I use the libmad low level interface for this (i.e. set protection bit, and call mad_frame_decode(), get crc-checksum from header->crc_target)?
Any ideas?
Dirk