Change vp9_ prefix function names in vpx_scale to vpx_
Change-Id: Iac85902cbbb3e752801dc85de9a3c778e47304aa
This commit is contained in:
@@ -1112,7 +1112,7 @@ void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) {
|
||||
++twopass->sr_update_lag;
|
||||
}
|
||||
|
||||
vp9_extend_frame_borders(new_yv12);
|
||||
vpx_extend_frame_borders(new_yv12);
|
||||
|
||||
if (lc != NULL) {
|
||||
vp9_update_reference_frames(cpi);
|
||||
|
||||
Reference in New Issue
Block a user