From: James Zern Date: Sat, 29 Aug 2015 22:47:46 +0000 (-0700) Subject: vp10: fix high bitdepth build X-Git-Tag: v1.5.0~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5657905b695e0b1ffe8fa7682a0ba9cd231e981;p=libvpx vp10: fix high bitdepth build broken since: c147c4d vp10 cleanup: remove svc code Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b --- diff --git a/vp10/encoder/temporal_filter.c b/vp10/encoder/temporal_filter.c index ba5ef8985..8e221db65 100644 --- a/vp10/encoder/temporal_filter.c +++ b/vp10/encoder/temporal_filter.c @@ -686,7 +686,7 @@ void vp10_temporal_filter(VP10_COMP *cpi, int distance) { frames[0]->y_crop_height, frames[0]->y_crop_width, frames[0]->y_crop_height, - cm->use_highbitdepth); + cpi->common.use_highbitdepth); #else vp10_setup_scale_factors_for_frame(&sf, frames[0]->y_crop_width,