Skip to content

Fix FLAC read callback for data previously read during probing.

Thomas Daede requested to merge TD-Linux/opus-tools:fix_flac into master

This was not encountered before because libflac happened to always request at least 4 bytes for the first read callback.

This fixes Github issue #71.

Merge request reports