Rename "UpdateLayerConfig" to "NextFrameConfig"
Rename "UpdateLayerConfig" to the more appropriate "NextFrameConfig". Also update some comments in vp8_frame_buffer_controller.h. Bug: None Change-Id: Iba8227f84e33e5ebd28d2eeb10fe03e776036603 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133202 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27660}
This commit is contained in:
@ -82,8 +82,8 @@ bool ScreenshareLayers::SupportsEncoderFrameDropping(
|
||||
return false;
|
||||
}
|
||||
|
||||
Vp8FrameConfig ScreenshareLayers::UpdateLayerConfig(size_t stream_index,
|
||||
uint32_t timestamp) {
|
||||
Vp8FrameConfig ScreenshareLayers::NextFrameConfig(size_t stream_index,
|
||||
uint32_t timestamp) {
|
||||
RTC_DCHECK_LT(stream_index, StreamCount());
|
||||
|
||||
auto it = pending_frame_configs_.find(timestamp);
|
||||
|
||||
Reference in New Issue
Block a user