Index: source/libvpx/vp9/common/vp9_debugmodes.c |
=================================================================== |
--- source/libvpx/vp9/common/vp9_debugmodes.c (revision 207582) |
+++ source/libvpx/vp9/common/vp9_debugmodes.c (working copy) |
@@ -23,7 +23,7 @@ |
* for each mbmi member value in the mi structure. |
*/ |
static void print_mi_data(VP9_COMMON *common, FILE *file, char *descriptor, |
- int member_offset) { |
+ size_t member_offset) { |
int mi_row; |
int mi_col; |
int mi_index = 0; |