Index: webrtc/modules/audio_coding/acm2/audio_coding_module.cc |
diff --git a/webrtc/modules/audio_coding/acm2/audio_coding_module.cc b/webrtc/modules/audio_coding/acm2/audio_coding_module.cc |
index 32e694008887dcc6a8112b375b7bdf112dcc0668..daeea3577e23a854d26f9b702c6d84f1c5ec989d 100644 |
--- a/webrtc/modules/audio_coding/acm2/audio_coding_module.cc |
+++ b/webrtc/modules/audio_coding/acm2/audio_coding_module.cc |
@@ -370,7 +370,7 @@ void ConvertEncodedInfoToFragmentationHeader( |
frag->fragmentationOffset[i] = offset; |
offset += info.redundant[i].encoded_bytes; |
frag->fragmentationLength[i] = info.redundant[i].encoded_bytes; |
- frag->fragmentationTimeDiff[i] = rtc::checked_cast<uint16_t>( |
+ frag->fragmentationTimeDiff[i] = rtc::dchecked_cast<uint16_t>( |
info.encoded_timestamp - info.redundant[i].encoded_timestamp); |
frag->fragmentationPlType[i] = info.redundant[i].payload_type; |
} |