[Unwrap] Use RtpTimestampUnwrapper in ScreenshareLayers
Bug: webrtc:13982 Change-Id: I4dbd05be7db77450a7a3a2c6a22f0101c9cb9150 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288748 Auto-Submit: Evan Shrubsole <eshr@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39033}
This commit is contained in:
parent
e60380f7d6
commit
f7b0e14d8b
@ -19,8 +19,8 @@
|
||||
#include "modules/video_coding/codecs/vp8/include/temporal_layers_checker.h"
|
||||
#include "modules/video_coding/include/video_codec_interface.h"
|
||||
#include "modules/video_coding/utility/frame_dropper.h"
|
||||
#include "rtc_base/numerics/sequence_number_unwrapper.h"
|
||||
#include "rtc_base/rate_statistics.h"
|
||||
#include "rtc_base/time_utils.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -99,7 +99,7 @@ class ScreenshareLayers final : public Vp8FrameBufferController {
|
||||
int64_t last_sync_timestamp_;
|
||||
int64_t last_emitted_tl0_timestamp_;
|
||||
int64_t last_frame_time_ms_;
|
||||
rtc::TimestampWrapAroundHandler time_wrap_handler_;
|
||||
RtpTimestampUnwrapper time_wrap_handler_;
|
||||
uint32_t max_debt_bytes_;
|
||||
|
||||
std::map<uint32_t, DependencyInfo> pending_frame_configs_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user