commit | cff48ee8c9eb60e279a7fa51f2f18e302d5b8ff7 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Aug 17 11:13:34 2018 -0700 |
committer | Chih-hung Hsieh <chh@google.com> | Mon Oct 01 20:34:51 2018 +0000 |
tree | 428cdf710cc68264cdb1e19963242b8eed625ea4 | |
parent | 3d514b76343437a6277a777e20ff13a15b0c8f1b [diff] |
Fix some google-runtime-int warnings in libstagefright. * Use (u)int64_t instead of (unsigned) long long. * Use (u)int16_t instead of (unsigned) short. * Use (u)int8_t for 8-bit (unsigned) int types. Bug: 112478838 Test: build with WITH_TIDY=1 Change-Id: I0e38351516d8fa1e6611ffbee57c63fd11fe2dea