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

@@ -13,7 +13,7 @@
#include "cdm.h"
namespace widevine {
namespace CDM_NAMESPACE {
class StderrLogger : public Cdm::ILogger {
public:
StderrLogger() {}
@@ -23,6 +23,6 @@ class StderrLogger : public Cdm::ILogger {
std::cerr << message << std::endl << std::flush;
}
};
} // namespace widevine
} // namespace CDM_NAMESPACE
#endif // WVCDM_CDM_STDERR_LOGGER_H_