[vlc-commits] demux: adaptive: AuthStorage is in the namespace of adaptive::http

Zhao Zhili git at videolan.org
Mon Oct 30 11:25:03 CET 2017


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Sat Oct 28 14:18:16 2017 +0800| [89a058531937cc4c06de314897646de3658b5e01] | committer: Jean-Baptiste Kempf

demux: adaptive: AuthStorage is in the namespace of adaptive::http

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/demux/adaptive/adaptive.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp
index 78061ab7fe..4b4792cf8e 100644
--- a/modules/demux/adaptive/adaptive.cpp
+++ b/modules/demux/adaptive/adaptive.cpp
@@ -48,6 +48,7 @@
 #include "../smooth/SmoothStream.hpp"
 #include "../smooth/playlist/Parser.hpp"
 
+using namespace adaptive::http;
 using namespace adaptive::logic;
 using namespace adaptive::playlist;
 using namespace adaptive::xml;



More information about the vlc-commits mailing list