)]}'
{
  "commit": "e736ba87aff6dcac1f027f1bee0e1a23913bcb9e",
  "tree": "d9d55a602c5f6b62fb5787a58f7adecdafc0eccf",
  "parents": [
    "c78e883c62ee223ccb54c128b7c9cd30227ac554"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Wed Aug 28 18:27:03 2024 -0700"
  },
  "committer": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Thu Aug 29 02:54:41 2024 +0000"
  },
  "message": "Remove two unnecessary/incorrect uint32_t casts\n\nIn av1_write_uleb_obu_size(), it is incorrect to cast obu_payload_size\nto uint32_t. If obu_payload_size is greater than UINT32_MAX, the\nuint32_t cast will truncate its value. Pass obu_payload_size to\naom_uleb_encode() and it will return an error if obu_payload_size is\ngreater than UINT32_MAX.\n\nIn av1_write_metadata_obu(), it is not necessary to cast the return\nvalue to uint32_t.\n\nChange-Id: Ida23bfe50da5841c5331978d75c4fee1ec61843a\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d0d1820ea01a86485586c0056a2f8a7966ca0047",
      "old_mode": 33188,
      "old_path": "av1/encoder/bitstream.c",
      "new_id": "44cb43b92d83916a70ff9ecefb7e2f8aa6742b2e",
      "new_mode": 33188,
      "new_path": "av1/encoder/bitstream.c"
    }
  ]
}
