Replace hardcoded parameters
This commit is contained in:
@@ -17,7 +17,8 @@ namespace string_util {
|
||||
|
||||
// Converts std::string representation of a bitset to its binary equivalent string.
|
||||
// For example, converts "01110100011001010111001101110100" to "test".
|
||||
Status BitsetStringToBinaryString(const std::string& bitset, std::string* output);
|
||||
Status BitsetStringToBinaryString(const std::string& bitset,
|
||||
std::string* output);
|
||||
|
||||
} // namespace string_util
|
||||
} // namespace widevine
|
||||
|
||||
Reference in New Issue
Block a user