Define SimulcastStream as an alias for SpatialLayer

Step one in making it a separate type, that will be done as a
followup, after downstream code is updated to use the new name.

Bug: webrtc:11607
Change-Id: I6fa664a0729b1cfd71b7f02b6441880beee0e741
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262806
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36946}
This commit is contained in:
Niels Möller
2022-05-20 13:38:49 +02:00
committed by WebRTC LUCI CQ
parent 1c633c8b87
commit c0a9f35248
11 changed files with 59 additions and 29 deletions

View File

@ -188,7 +188,7 @@ void ConfigureStream(int width,
int min_bitrate,
int target_bitrate,
float max_framerate,
SpatialLayer* stream,
SimulcastStream* stream,
int num_temporal_layers) {
RTC_DCHECK(stream);
stream->width = width;