shithub: libvpx

Download patch

ref: fd1cd89da65fd4cbefdc06e80212325b2b532f5e
parent: 3f52cfa13071da962e778d8be360e55817a4cdc7
parent: 96222710337900344fcf16ebdd29996b3e042a5d
author: Jingning Han <jingning@google.com>
date: Tue Oct 15 12:23:44 EDT 2013

Merge "Remove unused comment"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -399,14 +399,6 @@
   }
 
   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*/,