Index: source/libvpx/vp8/common/debugmodes.c |
diff --git a/source/libvpx/vp8/common/debugmodes.c b/source/libvpx/vp8/common/debugmodes.c |
index 46064e61d536d1e6212fcb40ebea90cab9350eee..159fddc6a765b9a060e144169e61b9313d39e501 100644 |
--- a/source/libvpx/vp8/common/debugmodes.c |
+++ b/source/libvpx/vp8/common/debugmodes.c |
@@ -81,7 +81,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f |
fprintf(mvs, "\n"); |
/* print out the block modes */ |
- mb_index = 0; |
fprintf(mvs, "Mbs for Frame %d\n", frame); |
{ |
int b_row; |
@@ -129,7 +128,6 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f |
/* print out the block modes */ |
- mb_index = 0; |
fprintf(mvs, "MVs for Frame %d\n", frame); |
{ |
int b_row; |