commit | f1880e1cb98bde4a93d809cec4ce293d7d361fbe | [log] [tgz] |
---|---|---|
author | Angie Chiang <angiebird@google.com> | Wed Apr 12 15:40:44 2017 -0700 |
committer | Angie Chiang <angiebird@google.com> | Thu Apr 13 23:27:23 2017 +0000 |
tree | 16f080d90592deed0c5d3a70b0a481f3abc28d24 | |
parent | 8d6bc80b53cb8dbed18dff0f4a6135f3b1403cb7 [diff] |
Add breaking rule in the while loop of read_golomb The while loop may become infinite loop due to bitstream error. Therefore, we add a breaking rule to avoid that. Change-Id: I5bcda7dea846e280b59abc97c42baf334bca2603