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

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

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 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
Index: libvpx/source/libvpx/vp8/common/debugmodes.c
diff --git a/libvpx/source/libvpx/vp8/common/debugmodes.c b/libvpx/source/libvpx/vp8/common/debugmodes.c
index 46064e61d536d1e6212fcb40ebea90cab9350eee..8c03480fa28542624a8ead8e92ee1a3b0fde477a 100644
--- a/libvpx/source/libvpx/vp8/common/debugmodes.c
+++ b/libvpx/source/libvpx/vp8/common/debugmodes.c
@@ -97,7 +97,7 @@ void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int f
bindex = (b_row & 3) * 4 + (b_col & 3);
if (mi[mb_index].mbmi.mode == B_PRED)
- fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
+ fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].mode);
else
fprintf(mvs, "xx ");
« no previous file with comments | « libvpx/source/libvpx/vp8/common/coefupdateprobs.h ('k') | libvpx/source/libvpx/vp8/common/defaultcoefcounts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698