Source release 19.5.0

This commit is contained in:
Cong Lin
2025-04-02 10:27:18 -07:00
parent 4407acee62
commit f7ec4fdeff
295 changed files with 32196 additions and 21748 deletions

View File

@@ -9,7 +9,7 @@
#include "cdm.h"
namespace widevine {
namespace CDM_NAMESPACE {
using InitFuncType = Cdm::Status (*)(Cdm::SecureOutputType, Cdm::IStorage*,
Cdm::IClock*, Cdm::ITimer*, Cdm::ILogger*,
@@ -19,6 +19,6 @@ using CreateFuncType =
int PerfTestMain(InitFuncType init_func, CreateFuncType create_func);
} // namespace widevine
} // namespace CDM_NAMESPACE
#endif // WVCDM_CDM_TEST_PERF_TEST_H_