Fix ClangTidy warnings
authorWan-Teh Chang <wtc@google.com>
Fri, 10 Nov 2023 02:35:51 +0000 (18:35 -0800)
committerWan-Teh Chang <wtc@google.com>
Fri, 10 Nov 2023 02:35:51 +0000 (18:35 -0800)
commitf05122d35cf9b11d309c412157e0f250426f6de4
tree4e1e19b985b5637f4f68cb0581a4046cf6f354b7
parent97833b61ee01728ec8d65460275662e0bdc34cb4
Fix ClangTidy warnings

Most are related to include-what-you-use. One is to avoid using the
unsigned long type explicitly (by passing VPX_DL_REALTIME directly to
vpx_codec_encode).

Change-Id: Ieaf3418382ad8516cb4b172f7678893286fcb8cf
test/encode_api_test.cc