From 56f3a2c6637fc9fc3271c7daddd280c5b9e3d96a Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Wed, 20 Mar 2013 16:41:30 -0700 Subject: Code cleanup: lower case variable names. Renaming Width to width, Height to height and Version to version in several structs and function signatures. Change-Id: I084c3f7e747cb2ce3345aff27a3dff9b13a87543 --- vp9/common/vp9_reconinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/common/vp9_reconinter.c') diff --git a/vp9/common/vp9_reconinter.c b/vp9/common/vp9_reconinter.c index f98ec442d..bd4c83f44 100644 --- a/vp9/common/vp9_reconinter.c +++ b/vp9/common/vp9_reconinter.c @@ -95,7 +95,7 @@ void vp9_setup_interp_filters(MACROBLOCKD *xd, vp9_setup_scale_factors_for_frame(&cm->active_ref_scale[i], &cm->yv12_fb[cm->active_ref_idx[i]], - cm->Width, cm->Height); + cm->width, cm->height); } if (xd->mode_info_context) { -- cgit v1.2.3