 Chromium Code Reviews
 Chromium Code Reviews Issue 7671004:
  Update libvpx snapshot to v0.9.7-p1 (Cayuga).  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
    
  
    Issue 7671004:
  Update libvpx snapshot to v0.9.7-p1 (Cayuga).  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/| Index: source/libvpx/vp8/common/debugmodes.c | 
| =================================================================== | 
| --- source/libvpx/vp8/common/debugmodes.c (revision 96967) | 
| +++ source/libvpx/vp8/common/debugmodes.c (working copy) | 
| @@ -97,7 +97,7 @@ | 
| bindex = (b_row & 3) * 4 + (b_col & 3); | 
| if (mi[mb_index].mbmi.mode == B_PRED) | 
| - fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].mode); | 
| + fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode); | 
| else | 
| fprintf(mvs, "xx "); |