Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: source/libvpx/vp8/common/debugmodes.c

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp8/common/copy_c.c ('k') | source/libvpx/vp8/common/dequantize.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « source/libvpx/vp8/common/copy_c.c ('k') | source/libvpx/vp8/common/dequantize.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698