]> granicus.if.org Git - libvpx/commit
Make iscan and scan neighbor arrays static const.
authorYaowu Xu <yaowu@google.com>
Wed, 1 Oct 2014 22:39:46 +0000 (15:39 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 2 Oct 2014 21:08:14 +0000 (14:08 -0700)
commit9712bc691d01a3dcc3a510d88065606376598c4b
treec33123782673bf8b8649646ef48f4a0b44bc7fbc
parent62848d2a87284fc80e2918e068175dfac9acf121
Make iscan and scan neighbor arrays static const.

This commit changes the tables to be read only, which fixes
issue #866

Change-Id: I85bbe03f9d344f50570f8c1c61699bdc5cee248f
vp9/common/vp9_scan.c
vp9/common/vp9_scan.h
vp9/decoder/vp9_decoder.c
vp9/encoder/vp9_encoder.c