bitstream
bitstream copied to clipboard
Wrong right shift in a52e_get_strmtyp()
Shouldn't the result in a52e_get_strmtyp() be right shifted 6 times, instead of 5, to get a value masked with 0xc0 "down"? a52e_set_strmtyp() shifts the value left 6 times when setting a new value.