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

@@ -30,9 +30,9 @@
#define WALL_NOW std::chrono::high_resolution_clock::now()
TestHost* g_host = nullptr;
widevine::StderrLogger g_stderr_logger;
CDM_NAMESPACE::StderrLogger g_stderr_logger;
namespace widevine {
namespace CDM_NAMESPACE {
namespace {
@@ -342,4 +342,4 @@ int PerfTestMain(InitFuncType init_func, CreateFuncType create) {
#endif
}
} // namespace widevine
} // namespace CDM_NAMESPACE