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

@@ -19,10 +19,10 @@
#include "test_base.h"
#include "test_host.h"
widevine::StderrLogger g_stderr_logger;
CDM_NAMESPACE::StderrLogger g_stderr_logger;
std::string g_sandbox_id;
namespace widevine {
namespace CDM_NAMESPACE {
namespace {
constexpr char kSandboxIdParam[] = "--sandbox_id=";
constexpr char kCertPathParam[] = "--cert_path=";
@@ -121,4 +121,4 @@ int Main(Cdm::IStorage* storage, Cdm::IClock* clock, Cdm::ITimer* timer,
return RUN_ALL_TESTS();
}
} // namespace widevine
} // namespace CDM_NAMESPACE