Skip to content

Commit

Permalink
Remove duplicate spatial layer judgments (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
lio19 committed Aug 10, 2022
1 parent a2946d4 commit 3b97b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erizo/src/erizo/rtp/QualityFilterHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ void QualityFilterHandler::detectVideoScalability(const std::shared_ptr<DataPack
}
if (packet->rid != "0" ||
packet->belongsToTemporalLayer(1) ||
packet->belongsToSpatialLayer(1) ||
packet->belongsToSpatialLayer(1)) {
is_scalable_ = true;
quality_manager_->enable();
Expand Down

0 comments on commit 3b97b5b

Please sign in to comment.