flac-dev@xiph.org
Betreff: Re: [flac-dev] Disable all checksum verification in flac/metaflac
Hi,
Is it possible for you to compile flac/metaflac yourself? Then you'll only need
to remove a few lines, namely these 4:
https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d4
Hi,
Is it possible for you to compile flac/metaflac yourself? Then you'll only
need to remove a few lines, namely these 4:
https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2118-L2121
and these 7:
https://github.com/xiph/flac/blob/28e4f0528c76
Hello all,
Im trying to use flac and metaflac as tooling to analyze the generated FLAC
files of a new encoder implementation. However, while my own third-party
decoder can handle the output just fine, flac, metaflac, and other tools
discard the output since the frame checksum (footer CRC-16) i