commit | bd9cd9a1859aa464b3092f2023b3a4040166572d | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Tue Mar 12 19:03:05 2013 -0700 |
committer | John Koleszar <jkoleszar@google.com> | Tue Mar 12 19:04:32 2013 -0700 |
tree | 4adc4c17450c9dba01d4bbda27988c1f600c4d6d | |
parent | c11313e31e41e8167dd93c2e2072ba925fa86687 [diff] |
fix superframe index marker masks 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