Compiler warning fix for const array.
authorFritz Koenig <frkoenig@google.com>
Fri, 4 Nov 2011 22:35:42 +0000 (15:35 -0700)
committerFritz Koenig <frkoenig@google.com>
Sat, 5 Nov 2011 01:19:26 +0000 (18:19 -0700)
commitf0c01413fb2d8a4db9ba6965ca2ee64edd0a0517
tree12ff9d22daf9b66e4325c4fcc328df26fb7fe31b
parent44b5f76e3476e27840371539cf68ed04a6f85c6c
Compiler warning fix for const array.

Fix compiler warning for passing a non const array
to a function expecting a const array by using an
intermediary pointer and casting.

Change-Id: I9bdd358ebdc926223993fb8fb2098ffedd2f3fc7
vp8/encoder/bitstream.c