summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorscott.d.phillips <scott.d.phillips@intel.com>2016-01-04 15:20:22 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-04 23:21:43 +0000
commit256d4bed93c3e37b175c2699ac93b98b42530923 (patch)
tree4ada2609504f1dab20002dd9554b2a4980668e89 /AUTHORS
parent968163c9d7a27787e38f334704f308a6fa0003f6 (diff)
downloadchromium_src-256d4bed93c3e37b175c2699ac93b98b42530923.zip
chromium_src-256d4bed93c3e37b175c2699ac93b98b42530923.tar.gz
chromium_src-256d4bed93c3e37b175c2699ac93b98b42530923.tar.bz2
Vp9Parser: correct reading of `log2_tile_rows` field
Previously the parsing of the `log2_tile_rows` field in the uncompressed header would consume one bit too many in the case where log2_tile_rows > 0. This corrupts the reading of the rest of the header and causes playback to fail. Here the reading logic is corrected. BUG=569149 TEST=play the linked media in the bug on samus Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> Review URL: https://codereview.chromium.org/1516413003 Cr-Commit-Position: refs/heads/master@{#367404}
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 13f5455..dd1e03a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -526,6 +526,7 @@ Sathish Kuppuswamy <sathish.kuppuswamy@intel.com>
Satoshi Matsuzaki <satoshi.matsuzaki@gmail.com>
Sayan Nayak <sayan.nayak@samsung.com>
Scott Blomquist <sblom@microsoft.com>
+Scott D Phillips <scott.d.phillips@intel.com>
Sean Bryant <sean@cyberwang.net>
Seo Sanghyeon <sanxiyn@gmail.com>
Seokju Kwon <seokju.kwon@gmail.com>