Skip to content

avoid reading the next byte ahead

Steve Lhomme requested to merge robUx4/libdvdread:bitstream-overflow into master

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.

Merge request reports