[vlc-commits] dash: Remove unrequired (and invalid on some compiler) namespace
Hugo Beauzée-Luyssen
git at videolan.org
Fri Oct 24 17:12:21 CEST 2014
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 16 20:13:49 2014 +0200| [b515804f5ff094cacb7202b3d9c5d1b550a3ea3b] | committer: Hugo Beauzée-Luyssen
dash: Remove unrequired (and invalid on some compiler) namespace
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b515804f5ff094cacb7202b3d9c5d1b550a3ea3b
---
modules/stream_filter/dash/http/HTTPConnectionManager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_filter/dash/http/HTTPConnectionManager.cpp b/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
index a1c63ab..7bdc144 100644
--- a/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
+++ b/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
@@ -35,7 +35,7 @@ const size_t HTTPConnectionManager::PIPELINE = 80;
const size_t HTTPConnectionManager::PIPELINELENGTH = 2;
const uint64_t HTTPConnectionManager::CHUNKDEFAULTBITRATE = 1;
-HTTPConnectionManager::HTTPConnectionManager (logic::IAdaptationLogic *adaptationLogic, stream_t *stream) :
+HTTPConnectionManager::HTTPConnectionManager (IAdaptationLogic *adaptationLogic, stream_t *stream) :
adaptationLogic (adaptationLogic),
stream (stream),
chunkCount (0),
More information about the vlc-commits
mailing list