| Index: webrtc/modules/audio_coding/neteq/decision_logic_normal.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/decision_logic_normal.h b/webrtc/modules/audio_coding/neteq/decision_logic_normal.h
|
| index aa0edf3152a21aeed7167d97d62390991d73ec58..c97b8df2ce4468f59e6eb66fa278ddbdcbb95308 100644
|
| --- a/webrtc/modules/audio_coding/neteq/decision_logic_normal.h
|
| +++ b/webrtc/modules/audio_coding/neteq/decision_logic_normal.h
|
| @@ -56,7 +56,7 @@ class DecisionLogicNormal : public DecisionLogic {
|
| Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
|
| const Expand& expand,
|
| size_t decoder_frame_length,
|
| - const RTPHeader* packet_header,
|
| + const Packet* next_packet,
|
| Modes prev_mode,
|
| bool play_dtmf,
|
| bool* reset_decoder,
|
|
|