Added const specifier to remove warning
authorAdrian Grange <agrange@google.com>
Tue, 24 Jul 2012 19:50:03 +0000 (12:50 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 24 Jul 2012 19:50:03 +0000 (12:50 -0700)
commitc9d343f3e50a7f79ee074df6a334fa5f2bef8031
treeffd28f01940f27758d43799242a13d11a722e4fc
parentb278a935460a4d575b2980d471a4478be134cce3
Added const specifier to remove warning

The "codecs" array is defined as const so too
should the local variable that points too it.

Change-Id: I536a9ced52257dc44a04fc1a3cad94c1e86f69aa
vpxenc.c