aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/vp9_reconinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_reconinter.h')
-rw-r--r--libvpx/vp9/common/vp9_reconinter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvpx/vp9/common/vp9_reconinter.h b/libvpx/vp9/common/vp9_reconinter.h
index 86f315880..58c596ee8 100644
--- a/libvpx/vp9/common/vp9_reconinter.h
+++ b/libvpx/vp9/common/vp9_reconinter.h
@@ -57,7 +57,8 @@ static INLINE void setup_pred_plane(struct buf_2d *dst,
dst->stride = stride;
}
-void vp9_setup_dst_planes(MACROBLOCKD *xd, const YV12_BUFFER_CONFIG *src,
+void vp9_setup_dst_planes(struct macroblockd_plane planes[MAX_MB_PLANE],
+ const YV12_BUFFER_CONFIG *src,
int mi_row, int mi_col);
void vp9_setup_pre_planes(MACROBLOCKD *xd, int idx,