| Index: webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc b/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| index b7eeb4be3a28221d8b46a7c98d70505e3c51abfe..47864bc46b3e9de1573629ee96b57a71646242cf 100644
|
| --- a/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| @@ -23,8 +23,7 @@ void TimestampScaler::ToInternal(Packet* packet) {
|
| if (!packet) {
|
| return;
|
| }
|
| - packet->header.timestamp = ToInternal(packet->header.timestamp,
|
| - packet->header.payloadType);
|
| + packet->timestamp = ToInternal(packet->timestamp, packet->payloadType);
|
| }
|
|
|
| void TimestampScaler::ToInternal(PacketList* packet_list) {
|
|
|