vp10: fix high bitdepth build

broken since:
c147c4d vp10 cleanup: remove svc code

Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b
This commit is contained in:
James Zern
2015-08-29 15:47:46 -07:00
parent cc29cebde6
commit d5657905b6

View 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,