Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jun 19, 2024
1 parent 26e03ba commit 0cb131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/SimulcastConsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ namespace RTC
continue;
}

// Ignore spatial layers for Producer stream score 0.
// Ignore spatial layers (streams) with score 0.
if (producerRtpStream->GetScore() == 0)
{
continue;
Expand Down

0 comments on commit 0cb131c

Please sign in to comment.