Commit b42d423a authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

dash: Prevent infinite recursion.

parent 0527a38e
...@@ -155,7 +155,7 @@ Representation* IsoffMainManager::getRepresentation (Period *per ...@@ -155,7 +155,7 @@ Representation* IsoffMainManager::getRepresentation (Period *per
} }
if(resMatchReps.size() == 0) if(resMatchReps.size() == 0)
return this->getRepresentation(period, bitrate, lowerWidth, lowerHeight); return this->getRepresentation(period, bitrate);
Representation *best = NULL; Representation *best = NULL;
for( size_t j = 0; j < resMatchReps.size(); j++ ) for( size_t j = 0; j < resMatchReps.size(); j++ )
......
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