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 1199cc27cd39e26eb58599556d674c1a394ff956..0ab4c74b286ae321d45b37cf8d7b67c9ee5006d7 100644 |
--- a/webrtc/modules/audio_coding/codecs/audio_format.h |
+++ b/webrtc/modules/audio_coding/codecs/audio_format.h |
@@ -16,6 +16,8 @@ |
#include <string> |
#include <utility> |
+#include "webrtc/common_types.h" |
+ |
namespace webrtc { |
// SDP specification for a single audio codec. |
@@ -55,6 +57,8 @@ struct AudioCodecSpec { |
// comfort noise generator. |
}; |
+SdpAudioFormat CodecInstToSdp(const CodecInst& codec_inst); |
ossu
2016/10/05 13:39:58
You can have this, but not here. CodecInst is deci
kwiberg-webrtc
2016/10/06 12:14:52
OK, makes sense to put the legacy->current convert
|
+ |
} // namespace webrtc |
#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_ |