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
Loading
Please register or sign in to comment