| Index: webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.h b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| index d5a644d5c82341be4557aac073ffa5df849fd452..86fd927c8a64a26173ce41ece0830d79015c983f 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_receiver.h
|
| @@ -12,6 +12,7 @@
|
| #define WEBRTC_MODULES_AUDIO_CODING_ACM2_ACM_RECEIVER_H_
|
|
|
| #include <map>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "webrtc/base/array_view.h"
|
| @@ -117,7 +118,8 @@ class AcmReceiver {
|
| uint8_t payload_type,
|
| int channels,
|
| int sample_rate_hz,
|
| - AudioDecoder* audio_decoder);
|
| + AudioDecoder* audio_decoder,
|
| + const std::string& name);
|
|
|
| //
|
| // Sets a minimum delay for packet buffer. The given delay is maintained,
|
|
|