]> granicus.if.org Git - libvpx/commit
fix a bug when null function pointer is used.
authorYaowu Xu <yaowu@google.com>
Tue, 20 Aug 2013 00:16:12 +0000 (17:16 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 20 Aug 2013 00:16:12 +0000 (17:16 -0700)
commitf70330a906fc42bbb6f7100ed1ad5800007b96bc
tree9384f1a2ad55fb95d91cecd8b6f83b9dc95c4039
parent31c97c2bdfdbfff1188f6eaf51df2ee9d7eb1de7
fix a bug when null function pointer is used.

For certain partition size, the function poniter may not be intialized
at all. The patch prevent the call if the pointer is not set.

Change-Id: I78b8c3992b639e8799a16b3c74f0973d07b8b9ac
vp9/encoder/vp9_mcomp.c