Clean up of vp8_init_config()
authorPaul Wilkins <paulwilkins@google.com>
Fri, 11 Mar 2011 14:51:40 +0000 (14:51 +0000)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 16:06:51 +0000 (11:06 -0500)
commit6e737484926c123d057f075a3cd385fb926a0372
treeaae3e406d6dae6a075745375de94cb5072742adb
parent170b87390ea6bfa2a4de57bf0babd75857d0ab2b
Clean up of vp8_init_config()

Clean up vp8_init_config() a bit and remove null pointer case,
as this code can't be called any more and is not an adequate
trap anyway, as a null pointer would cause exceptions before
hitting the test.

Change-Id: I937c00167cc039b3aa3f645f29c319d58ae8d3ee
vp8/encoder/onyx_if.c