]> 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)
committerDeepa K G <deepa.kg@ittiam.com>
Fri, 11 Jan 2019 18:38:41 +0000 (00:08 +0530)
commit797ec1cd66c04fd335adba8ecc01dc93eab1898e
tree3d9dbf25e96800c29b976d22a14d903152c97fdd
parent7205a52c28959a83f67dd2e1824c1b182bce3f7b
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.

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