Loading dom/media/eme/clearkey/ClearKeyBase64.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ bool DecodeBase64(const string& aEncoded, vector<uint8_t>& aOutDecoded) { if (!Decode6Bit(encoded)) { return false; } if (encoded.size() < 2) { return false; } // The number of bytes we haven't yet filled in the current byte, mod 8. int shift = 0; Loading Loading
dom/media/eme/clearkey/ClearKeyBase64.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,9 @@ bool DecodeBase64(const string& aEncoded, vector<uint8_t>& aOutDecoded) { if (!Decode6Bit(encoded)) { return false; } if (encoded.size() < 2) { return false; } // The number of bytes we haven't yet filled in the current byte, mod 8. int shift = 0; Loading