Fix unused parameters in vp9_extend_frame_borders

Change-Id: I7255b3bc47d760333f58ac4878becbcc8ad30967
This commit is contained in:
Yaowu Xu
2014-02-28 15:34:31 -08:00
parent 24c1734f53
commit 0fa4d89042
5 changed files with 12 additions and 19 deletions

View File

@@ -1198,8 +1198,7 @@ static size_t read_uncompressed_header(VP9D_COMP *pbi,
ref_buf->buf->y_crop_height,
cm->width, cm->height);
if (vp9_is_scaled(&ref_buf->sf))
vp9_extend_frame_borders(ref_buf->buf,
cm->subsampling_x, cm->subsampling_y);
vp9_extend_frame_borders(ref_buf->buf);
}
}
}