From d5657905b695e0b1ffe8fa7682a0ba9cd231e981 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 29 Aug 2015 15:47:46 -0700 Subject: [PATCH] vp10: fix high bitdepth build broken since: c147c4d vp10 cleanup: remove svc code Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b --- vp10/encoder/temporal_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0