vp9_cx_iface,encode: remove redundant cpi check
authorJames Zern <jzern@google.com>
Wed, 17 Feb 2016 01:56:13 +0000 (17:56 -0800)
committerJames Zern <jzern@google.com>
Wed, 17 Feb 2016 02:10:01 +0000 (18:10 -0800)
commit0b9925ccec249780df13b62e52d20d18acd6895a
tree20005365582cd24a7ae9f7d52b26e62f7d881aaa
parent89cc68252846478fa7f2d570d96ff93776cefac6
vp9_cx_iface,encode: remove redundant cpi check

this is allocated in init(), a NULL pointer on encode() should be
treated as a failure.

Change-Id: I3f55ea4a98be616bb5ab74d95ce4a3d6262e734a
vp9/vp9_cx_iface.c