Cleanup webrtc:: namespace from leaked TimingFrameFlags
Bug: webrtc:9351 Change-Id: Ifbc0a522bf13ab62a2e490b9f129eacfabe7796f Reviewed-on: https://webrtc-review.googlesource.com/80961 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23520}
This commit is contained in:
committed by
Commit Bot
parent
5352ad7928
commit
b6c462d4e4
@ -85,7 +85,7 @@ void VCMEncodedFrame::Reset() {
|
||||
_codec = kVideoCodecUnknown;
|
||||
rotation_ = kVideoRotation_0;
|
||||
content_type_ = VideoContentType::UNSPECIFIED;
|
||||
timing_.flags = TimingFrameFlags::kInvalid;
|
||||
timing_.flags = VideoSendTiming::kInvalid;
|
||||
_rotation_set = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user