| Index: webrtc/modules/audio_coding/codecs/audio_format.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_format.h b/webrtc/modules/audio_coding/codecs/audio_format.h
|
| index 61c0dd9f6fa127c32c3fd075c71c10b993419ff9..09075e49acba9b378af2aa47bc993cd9fc9181a2 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_format.h
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_format.h
|
| @@ -37,6 +37,7 @@ struct SdpAudioFormat {
|
|
|
| SdpAudioFormat& operator=(const SdpAudioFormat&);
|
| SdpAudioFormat& operator=(SdpAudioFormat&&);
|
| + bool operator<(const SdpAudioFormat& b) const;
|
|
|
| std::string name;
|
| int clockrate_hz;
|
|
|