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
Please register or sign in to comment