commit | 7e6a5f29f59e732f3172439ae8417970fe229d42 | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Tue Aug 31 13:49:19 2021 +0000 |
committer | Pablo Gamito <pablogamito@google.com> | Tue Sep 07 16:47:25 2021 +0000 |
tree | 82857aca297d83a010c91b6eac87f6360bb2f7df | |
parent | 35b80cde9225952bc9ec6afccffd480e77d5ad2e [diff] |
Set uninitialized frame number to 0 Now that the frame number is a uint instead of an int it's clearer if the uninitailized value is 0. Frame numbers start from 1 so 0 doesn't collide with any valid frame numbers. It also means comparing frame numbers to check if the frame is newer always works even when comparing to the uninitialized frame number. Test: N/A Change-Id: I0901ffeaefbdd6378e59d8858a06de92b0104cd9