Fixed access to `constraint_flags` array in ParseHEVCCodecId function.
This patch adds necessary offset when accessing this array. `constraint_flags` is an array of 6 elements, however in `for` loop it can be accessed with indices from 4 to 9 instead of indices from 0 to 5. Review-Url: https://codereview.chromium.org/2320063002 Cr-Commit-Position: refs/heads/master@{#417351}
Showing
Please register or sign in to comment