[vlc-commits] demux: hls: remove duplicated variable
Francois Cartegnie
git at videolan.org
Thu Jun 18 17:32:48 CEST 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jun 18 17:12:26 2015 +0200| [fdbcce7d64278ed411b2848048932616a950fd9b] | committer: Francois Cartegnie
demux: hls: remove duplicated variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdbcce7d64278ed411b2848048932616a950fd9b
---
modules/demux/hls/HLSManager.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/hls/HLSManager.cpp b/modules/demux/hls/HLSManager.cpp
index e098023..401609d 100644
--- a/modules/demux/hls/HLSManager.cpp
+++ b/modules/demux/hls/HLSManager.cpp
@@ -46,7 +46,6 @@ HLSManager::~HLSManager()
AbstractAdaptationLogic *HLSManager::createLogic(AbstractAdaptationLogic::LogicType type)
{
- size_t bps = var_InheritInteger(stream, "hls-prefbw") * 8192;
switch(type)
{
case AbstractAdaptationLogic::FixedRate:
More information about the vlc-commits
mailing list