[vlc-devel] [PATCH 01/12] dash: Remove unrequired (and invalid on some compiler) namespace
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Thu Oct 23 12:17:41 CEST 2014
---
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),
--
2.1.1
More information about the vlc-devel
mailing list