]> granicus.if.org Git - libvpx/commitdiff
Remove unused comment
authorJingning Han <jingning@google.com>
Tue, 15 Oct 2013 18:45:14 +0000 (11:45 -0700)
committerJingning Han <jingning@google.com>
Tue, 15 Oct 2013 18:45:38 +0000 (11:45 -0700)
Change-Id: I2d96940fae4c7a16661a43c2bf6907d8b1c1a127

vp9/encoder/vp9_encodeframe.c

index 631a27688f4de7cc1191ae4deba3e0ed0e077e8d..b74609bc21fd045e2b3f0df97264c66eaa7b30b8 100644 (file)
@@ -399,14 +399,6 @@ static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx,
   }
 
   if (cm->frame_type == KEY_FRAME) {
-    // Restore the coding modes to that held in the coding context
-    // if (mb_mode == I4X4_PRED)
-    //    for (i = 0; i < 16; i++)
-    //    {
-    //        xd->block[i].bmi.as_mode =
-    //                          xd->mode_info_context->bmi[i].as_mode;
-    //        assert(xd->mode_info_context->bmi[i].as_mode < MB_MODE_COUNT);
-    //    }
 #if CONFIG_INTERNAL_STATS
     static const int kf_mode_index[] = {
       THR_DC /*DC_PRED*/,