)]}'
{
  "commit": "42b4be0dfa020fdd747c670ab3e6984b4ebaa271",
  "tree": "62ff7e5f163dba8b2d454644390cce2efa3d97fa",
  "parents": [
    "cc0cc712c544b6cf4d4a9e270215c2e4841e45f5"
  ],
  "author": {
    "name": "Yunqing Wang",
    "email": "yunqingwang@google.com",
    "time": "Mon Dec 17 13:34:08 2018 -0800"
  },
  "committer": {
    "name": "Yunqing Wang",
    "email": "yunqingwang@google.com",
    "time": "Tue Dec 18 18:22:23 2018 +0000"
  },
  "message": "Correct the border calculation in image2yuvconfig()\n\nThe border calculation in image2yuvconfig() doesn\u0027t work if the image\nwidth(img-\u003ew) is not aligned to 32. This is because y_stride is 32-byte\naligned. For example, if the width is 1200 and we allocate buffer with\na border of 288, then y_stride is 1792.\nyv12-\u003eborder \u003d (yv12-\u003ey_stride - img-\u003ew) / 2\nBut the above calculation gives 296, which is not correct.\n\nChange-Id: I0655ff518f263198ee1711de262c6001e6ea4377\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "713d8c35f69861aa414b6b8ea58b0aba1973fff1",
      "old_mode": 33188,
      "old_path": "av1/av1_iface_common.h",
      "new_id": "5568c89611404a3dbe05b4e281af92a3ace82dbb",
      "new_mode": 33188,
      "new_path": "av1/av1_iface_common.h"
    }
  ]
}
