Skip to content
  • Timothy B. Terriberry's avatar
    Fix hole reporting discrepancy. · 78e5fffc
    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.
    78e5fffc