| Index: webrtc/modules/audio_coding/neteq/rtcp.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/rtcp.h b/webrtc/modules/audio_coding/neteq/rtcp.h
|
| index eacb32832856ec1dcf882dd392f7a36f3b73779f..d222cea7bc885fec73604844b68d3b670ce830f3 100644
|
| --- a/webrtc/modules/audio_coding/neteq/rtcp.h
|
| +++ b/webrtc/modules/audio_coding/neteq/rtcp.h
|
| @@ -48,7 +48,7 @@ class Rtcp {
|
| // report was generated.
|
| uint32_t expected_prior_; // Expected number of packets, at the time of the
|
| // last report.
|
| - uint32_t jitter_; // Current jitter value.
|
| + int64_t jitter_; // Current jitter value in Q4.
|
| int32_t transit_; // Clock difference for previous packet.
|
|
|
| RTC_DISALLOW_COPY_AND_ASSIGN(Rtcp);
|
|
|