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:
@ -425,7 +425,7 @@ void PrintPythonOutput(const webrtc::test::TestConfig& config,
|
||||
f.decode_return_code,
|
||||
f.bit_rate_in_kbps,
|
||||
f.encoded_frame_length_in_bytes,
|
||||
f.frame_type == webrtc::kDeltaFrame ? "'Delta'" : "'Other'",
|
||||
f.frame_type == webrtc::kVideoFrameDelta ? "'Delta'" : "'Other'",
|
||||
f.packets_dropped,
|
||||
f.total_packets,
|
||||
ssim.value,
|
||||
|
||||
Reference in New Issue
Block a user