diff options
author | miu <miu@chromium.org> | 2014-09-09 00:34:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-09 07:37:49 +0000 |
commit | d89ef69a19b9015bf503f5f5d68d163d2ecd05de (patch) | |
tree | 7f24f91c4feab2b91cdf7a9f95dd95e12c2f0e6e /media/cast/cast_defines.h | |
parent | a92250eb824c4f23ca2dab70d3029a52650591c1 (diff) | |
download | chromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.zip chromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.tar.gz chromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.tar.bz2 |
[Cast] RTT clean-up to the max!
Executing some very badly needed clean-up of code that handles passing
around round trip time measurements and managing stats. This change
removes a lot of dead code, addresses TODOs for minor things that were
dependent on this clean-up, and enhances RTCP unit testing.
BUG=404813
Review URL: https://codereview.chromium.org/532373003
Cr-Commit-Position: refs/heads/master@{#293887}
Diffstat (limited to 'media/cast/cast_defines.h')
-rw-r--r-- | media/cast/cast_defines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h index c1fcea1..c2016f7 100644 --- a/media/cast/cast_defines.h +++ b/media/cast/cast_defines.h @@ -32,7 +32,6 @@ const uint32 kStartFrameId = UINT32_C(0xffffffff); // can handle wrap around and compare two frame IDs. const int kMaxUnackedFrames = 120; -const int kStartRttMs = 20; const int64 kCastMessageUpdateIntervalMs = 33; const int64 kNackRepeatIntervalMs = 30; |