Skip to content
  • John Koleszar's avatar
    fix superframe index marker masks · bd9cd9a1
    John Koleszar authored
    The superframe index marker byte carries data in the lower 5 bits. Only the
    upper 3 should be used as part of the mask to detect it. By masking with
    0xf0, the previous code was incorrect for frames over 65k bytes.
    
    Change-Id: I6248889f5af227457f359a56b2348ef6db87a3b4
    bd9cd9a1