Remove VideoFrameType aliases for FrameType.
No longer used in Chromium, so these can now be removed. BUG=webrtc:5042 R=mflodman@webrtc.org TBR=magjed@webrtc.org Review URL: https://codereview.webrtc.org/1415693002 . Cr-Commit-Position: refs/heads/master@{#10390}
This commit is contained in:
@ -372,7 +372,7 @@ int32_t MediaOptimization::UpdateWithEncodedData(
|
||||
UpdateSentBitrate(now_ms);
|
||||
UpdateSentFramerate();
|
||||
if (encoded_length > 0) {
|
||||
const bool delta_frame = encoded_image._frameType != kKeyFrame;
|
||||
const bool delta_frame = encoded_image._frameType != kVideoFrameKey;
|
||||
|
||||
frame_dropper_->Fill(encoded_length, delta_frame);
|
||||
if (max_payload_size_ > 0 && encoded_length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user