Skip to content
  • Steve Lhomme's avatar
    avoid reading the next byte ahead · f6774c38
    Steve Lhomme authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    It may not be in the end of the buffer anymore.
    
    The byte value used was always equivalent to
    > state->start[state->byte_position] << state->bit_position
    
    Also constify the read buffer.
    f6774c38