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

dash: BasicCMManager: Fixing a warning.

parent 8709c047
...@@ -134,7 +134,7 @@ const MPD* BasicCMManager::getMPD() const ...@@ -134,7 +134,7 @@ const MPD* BasicCMManager::getMPD() const
{ {
return this->mpd; return this->mpd;
} }
Representation* BasicCMManager::getRepresentation (Period *period, int bitrate, int width, int height) const Representation* BasicCMManager::getRepresentation (Period *period, int bitrate, int, int ) const
{ {
return this->getRepresentation(period, bitrate); return this->getRepresentation(period, bitrate);
} }
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