Files
platform-external-webrtc/webrtc/modules/video_coding
philipel 7956c0f2f6 Implemented a new sequence number unwrapper in sequence_number_util.h.
There is already an Unwrapper in webrtc/modules/include/module_common_types.h,
but we reimplemented it in sequence_number_util.h for a few reasons:
 - Such a class belongs in sequence_number_util.h.
 - It is a cleaner implementation since we can use the rest of
   sequence_number_util.h functionality.
 - You can choose at which number the unwrapped sequence should start,
   which is used to avoid the edge case when a backward wrap can happen
   as the first few numbers are unwrapped.
 - This unwrapper can unwrap numbers that does not wrap 8/16/32 bits.

BUG=None

Review-Url: https://codereview.webrtc.org/2977603002
Cr-Commit-Position: refs/heads/master@{#19154}
2017-07-26 14:48:15 +00:00
..
2017-07-19 17:40:47 +00:00
2017-07-10 10:26:36 +00:00
2017-06-19 14:18:55 +00:00
2017-06-19 14:18:55 +00:00
2017-06-19 14:18:55 +00:00
2017-06-19 14:18:55 +00:00
2017-05-24 17:00:16 +00:00
2017-07-06 19:11:40 +00:00