Commit fdbcce7d authored by Francois Cartegnie's avatar Francois Cartegnie

demux: hls: remove duplicated variable

parent 2057a8fd
...@@ -46,7 +46,6 @@ HLSManager::~HLSManager() ...@@ -46,7 +46,6 @@ HLSManager::~HLSManager()
AbstractAdaptationLogic *HLSManager::createLogic(AbstractAdaptationLogic::LogicType type) AbstractAdaptationLogic *HLSManager::createLogic(AbstractAdaptationLogic::LogicType type)
{ {
size_t bps = var_InheritInteger(stream, "hls-prefbw") * 8192;
switch(type) switch(type)
{ {
case AbstractAdaptationLogic::FixedRate: case AbstractAdaptationLogic::FixedRate:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment