]> granicus.if.org Git - libvpx/commitdiff
vp10: fix high bitdepth build
authorJames Zern <jzern@google.com>
Sat, 29 Aug 2015 22:47:46 +0000 (15:47 -0700)
committerJames Zern <jzern@google.com>
Sat, 29 Aug 2015 22:47:46 +0000 (15:47 -0700)
broken since:
c147c4d vp10 cleanup: remove svc code

Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b

vp10/encoder/temporal_filter.c

index ba5ef8985d0a78d580ffb916a7f1ecd8ceb2b073..8e221db65e5913dece86d38caff4e702229ec4aa 100644 (file)
@@ -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,