Skip to content

Commit

Permalink
Disable optimization (select_stream) to make sure that initialization…
Browse files Browse the repository at this point in the history
… is read
  • Loading branch information
peak3d committed Aug 1, 2017
1 parent e01d9f7 commit 7b3ca31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/AdaptiveStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ bool AdaptiveStream::select_stream(bool force, bool justInit, unsigned int repId
{
const AdaptiveTree::Representation *new_rep(0), *min_rep(0);

if (force && absolute_position_ == 0) //already selected
return true;
//if (force && absolute_position_ == 0) //already selected
// return true;

if (!repId || repId > current_adp_->repesentations_.size())
{
Expand Down

0 comments on commit 7b3ca31

Please sign in to comment.