== Opusfile == Library for decoding .opus files, including seeking support.
Forked from
Xiph.Org / Opusfile
440 commits behind the upstream repository.
Timothy B. Terriberry
authored
op_find_initial_pcm_offset() would swallow any holes at the start of a link, but seekable streams did not use it when crossing a link boundary, so they would report a hole. This unifies the hole reporting between the two, and also simplifies the seeking code (which also needs to ignore holes) a bit.