[vlc-commits] demux: adaptive: replace typedef

Francois Cartegnie git at videolan.org
Tue Jan 5 20:25:39 UTC 2021


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 31 17:43:25 2020 +0100| [9e4a0070f785965d11b4b83a2e3df31b95682314] | committer: Francois Cartegnie

demux: adaptive: replace typedef

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e4a0070f785965d11b4b83a2e3df31b95682314
---

 modules/demux/adaptive/encryption/Keyring.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/adaptive/encryption/Keyring.hpp b/modules/demux/adaptive/encryption/Keyring.hpp
index d3e7905c51..465c4d2091 100644
--- a/modules/demux/adaptive/encryption/Keyring.hpp
+++ b/modules/demux/adaptive/encryption/Keyring.hpp
@@ -33,7 +33,7 @@ namespace adaptive
 
     namespace encryption
     {
-        typedef std::vector<unsigned char> KeyringKey;
+        using KeyringKey = std::vector<unsigned char>;
 
         class Keyring
         {



More information about the vlc-commits mailing list