Fix unused parameters in vp9_extend_frame_borders
Change-Id: I7255b3bc47d760333f58ac4878becbcc8ad30967
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user