]> granicus.if.org Git - libvpx/commit
Fix segmentation fault in hbd path
authorDeepa K G <deepa.kg@ittiam.com>
Fri, 11 Jan 2019 12:32:12 +0000 (18:02 +0530)
committerJohann Koenig <johannkoenig@google.com>
Mon, 14 Jan 2019 22:28:50 +0000 (22:28 +0000)
commitfa5083e8e21fe6aa85670a1406d4d41660a031dd
tree821c4e6f343d8f29cf82ed5bbbdc3183c8f27590
parent759d1de9d0d22bab78bc4946998af79ff8b2044d
Fix segmentation fault in hbd path

When CONFIG_VP9_HIGHBITDEPTH is enabled,
lowbd modules were called in the hbd path.
This patch fixes the issue.

(cherry picked from commit 797ec1cd66c04fd335adba8ecc01dc93eab1898e)

BUG=webm:1589

Change-Id: I1caf701514dbf80eb75b953f40b1e7238f265a2c
vp9/encoder/vp9_temporal_filter.c