Moved sequence number specific operations from mod_ops.h
to sequence_number_util.h
Also in this CL:
- Implemented a MinDiff function which finds the smallest diff of two
wrapping numbers.
- Implemented comparators for sequence numbers.
BUG=
R=mflodman@webrtc.org, tommi@webrtc.org, torbjorng@webrtc.org
Review URL: https://codereview.webrtc.org/1814753002 .
Cr-Commit-Position: refs/heads/master@{#12083}
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
#include "webrtc/modules/video_coding/include/video_coding_defines.h"
|
||||
#include "webrtc/modules/video_coding/nack_module.h"
|
||||
#include "webrtc/system_wrappers/include/clock.h"
|
||||
#include "webrtc/base/mod_ops.h"
|
||||
|
||||
namespace webrtc {
|
||||
class TestNackModule : public ::testing::Test,
|
||||
|
||||
Reference in New Issue
Block a user