Chromium Code Reviews| Index: source/libvpx/vp9/common/vp9_debugmodes.c |
| =================================================================== |
| --- source/libvpx/vp9/common/vp9_debugmodes.c (revision 177019) |
| +++ source/libvpx/vp9/common/vp9_debugmodes.c (working copy) |
| @@ -87,9 +87,6 @@ |
| if (mi[mb_index].mbmi.mode == B_PRED) { |
| fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode.first); |
| -#if CONFIG_COMP_INTRA_PRED |
| - fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode.second); |
| -#endif |
| } else |
| fprintf(mvs, "xx "); |