)]}'
{
  "commit": "9ae289459ba143f7ecc6ce1fe70be3a239db38cb",
  "tree": "c778384fc21811cab027d4cf586a3022f5938065",
  "parents": [
    "4d2776a3af53ae1aefdaed463b75ba12fd9cf8c2"
  ],
  "author": {
    "name": "Vignesh Venkatasubramanian",
    "email": "vigneshv@google.com",
    "time": "Mon Nov 21 11:27:03 2022 -0800"
  },
  "committer": {
    "name": "Vignesh Venkatasubramanian",
    "email": "vigneshvg@users.noreply.github.com",
    "time": "Mon Nov 21 14:09:42 2022 -0800"
  },
  "message": "avifenc: Fix an off by one error\n\nComputation of isImageSequence in avifenc has an off by one error.\n\nSince there is an encode before the while loop, \u003e0 check is incorrect\nand it must be \u003e\u003d0. A simpler way to check for image sequence is to\nsimply see if we enter the while loop or not.\n\nAlso, fix a typo in CHANGELOG.md.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c7acf22eed17e6c3ee1d42a3bb6cbe68812ce822",
      "old_mode": 33188,
      "old_path": "CHANGELOG.md",
      "new_id": "f10b3e9fd8dde1498e2193ac409fcd2d535f0182",
      "new_mode": 33188,
      "new_path": "CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "81765a049be0fb5fb437b98982902666ae7d7487",
      "old_mode": 33188,
      "old_path": "apps/avifenc.c",
      "new_id": "d9c2d8e85647ff8603b70bc20388bfae1aa6fea4",
      "new_mode": 33188,
      "new_path": "apps/avifenc.c"
    }
  ]
}
