commit | 8d0feaeecdcca9326c5ee7e83a6f704c222dcff4 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Jul 23 16:36:11 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Tue Jul 23 16:37:06 2024 +0900 |
tree | bad7b1a0d2103ea3c89a2a44d9c0872601b78b3b | |
parent | d222b95dafe6ba4890a6b4bcb405892e48bff48d [diff] |
Fix -Wformat warning frameworks/av/media/codec2/sfplugin/CCodec.cpp:2632:56: error: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat] 2630 | ALOGE("Ignoring param key %s as buffer size %d is less than expected " | ~~ | %zu 2631 | "buffer size %d", 2632 | PARAMETER_KEY_QP_OFFSET_MAP, mapSize, expectedMapSize); | ^~~~~~~ Test: presubmit Bug: 315250603 Change-Id: Ief7c09c82ac6409fc05d7728810204343389c79f