Fix win64 warning.
authorFrank Galligan <fgalligan@google.com>
Thu, 20 Jun 2013 21:05:17 +0000 (14:05 -0700)
committerFrank Galligan <fgalligan@google.com>
Thu, 20 Jun 2013 21:07:11 +0000 (14:07 -0700)
- size_t vs int.

Change-Id: Ib47ebd932a4b69db9f52a43000bb69d0a96b9134

vp9/common/vp9_debugmodes.c

index f84343f..370ebe8 100644 (file)
@@ -23,7 +23,7 @@ static void log_frame_info(VP9_COMMON *cm, const char *str, FILE *f) {
  * 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;