claincly
f527fb729c
Fix sequence number calculation logic.
...
Issue: google/ExoPlayer#9697
Before, the `MAX_SEQUENCE_NUMBER` is 65535, such that the logic to get the next
sequence number:
`previousSeqNumber + 1 % MAX_SEQUENCE_NUMBER`
yields 0 when `previousSeqNumber` is 65534. However, the next sequence number
should be 65535.
PiperOrigin-RevId: 410530098
2021-11-19 15:00:12 +00:00
..
2021-11-19 14:44:25 +00:00
2021-11-19 14:55:51 +00:00
2021-10-27 09:12:46 +01:00
2021-11-19 14:56:43 +00:00
2021-11-19 14:42:25 +00:00
2021-10-27 09:12:46 +01:00
2021-11-08 15:18:26 +00:00
2021-11-08 15:18:26 +00:00
2021-10-27 09:12:46 +01:00
2021-11-08 15:18:26 +00:00
2021-11-08 15:18:26 +00:00
2021-11-08 15:18:26 +00:00
2021-11-08 15:18:26 +00:00
2021-11-19 14:59:19 +00:00
2021-11-19 14:48:01 +00:00
2021-11-19 14:53:40 +00:00
2021-11-19 14:42:25 +00:00
2021-11-19 15:00:12 +00:00
2021-11-09 10:10:11 +00:00
2021-10-27 09:12:46 +01:00
2021-11-19 14:55:51 +00:00
2021-11-09 10:10:10 +00:00
2021-11-19 14:48:01 +00:00
2021-11-08 15:18:26 +00:00
2021-11-08 15:13:41 +00:00
2021-11-19 14:44:25 +00:00
2021-11-19 14:56:43 +00:00
2021-11-09 10:07:30 +00:00
2021-11-19 14:52:46 +00:00
2021-11-19 14:54:49 +00:00
2021-11-19 14:44:25 +00:00