shithub: libvpx

Download patch

ref: d5657905b695e0b1ffe8fa7682a0ba9cd231e981
parent: cc29cebde6957004aca1790e51703653cc835e23
author: James Zern <jzern@google.com>
date: Sat Aug 29 11:47:46 EDT 2015

vp10: fix high bitdepth build

broken since:
c147c4d vp10 cleanup: remove svc code

Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b

--- a/vp10/encoder/temporal_filter.c
+++ b/vp10/encoder/temporal_filter.c
@@ -686,7 +686,7 @@
                                       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,