)]}'
{
  "commit": "ec5cb19b0581e29f5eeccd5b91f6aa704dc447aa",
  "tree": "54d2cc0638d7ff0cd94605e56ed23367a27ec16f",
  "parents": [
    "1f685028da4772b1509221dab3c0e7e3d5ca049c"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Mon Sep 16 08:50:06 2019 -0700"
  },
  "committer": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Wed Sep 18 16:04:48 2019 +0000"
  },
  "message": "Remove const from fc param of av1_fill_mv_costs\n\nThe fc parameter of av1_fill_mv_costs is declared as\n    const FRAME_CONTEXT *const fc\nin the rd.h, but in the definition of this function in rd.c, the fc\nparameter is declared as\n    const FRAME_CONTEXT *fc\n\nVisual C++ requires the types in the declaration and definition to\nmatch exactly. Remove the second \u0027const\u0027 in the declaration to fix the\nfollowing Visual C++ compilation error:\n    C:\\src\\buildbot\\test-libvpx\\tests_aom\\opFUi0b0g8\\av1\\encoder\\rd.c(584):\n    warning C4028: formal parameter 1 different from declaration\n\nNote: The code was added in commit 8d27341b50bdce48b2e694aa8f78e8633c99f873\nhttps://aomedia-review.googlesource.com/c/aom/+/95301\n\nChange-Id: I4184a7f9736b55f40457a3deea18333064da5e19\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "276c4732aacb2b6117c11d0696bd06359d49366a",
      "old_mode": 33188,
      "old_path": "av1/encoder/rd.h",
      "new_id": "f4c22fa1be1359386bdbe54980dd36d64290bb8e",
      "new_mode": 33188,
      "new_path": "av1/encoder/rd.h"
    }
  ]
}
