shithub: libvpx

Download patch

ref: d41b0e6498a8ef72a002bf72a6928666b7758c53
parent: 06f3e51da62dd7cdc4af129a9925cc85eda745e4
author: Yunqing Wang <yunqingwang@google.com>
date: Fri Nov 2 09:06:51 EDT 2012

Fix eobs data type

The block sizes for decoding tokens are up to 16x16, which means
eobs is within [0, 256]. Using (signed) char is not enough. Changed
eobs data type to unsigned short to fix the problem.

Change-Id: I88a7d3098e1f1604c336d6adb88ffec971fb03a6