Index: webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h |
diff --git a/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h b/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h |
index 0b798a6b9d44e77b8172067923c1ffd05de51017..5c71e9879c9ec0280c689a192929012dea1d7be2 100644 |
--- a/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h |
+++ b/webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h |
@@ -111,23 +111,6 @@ int16_t WebRtcG711_DecodeU(const uint8_t* encoded, |
int16_t* decoded, |
int16_t* speechType); |
-/**************************************************************************** |
- * WebRtcG711_DurationEst(...) |
- * |
- * This function estimates the duration of a G711 packet in samples. |
- * |
- * Input: |
- * - payload : Encoded data |
- * - payloadLengthBytes : Bytes in encoded vector |
- * |
- * Return value : The duration of the packet in samples, which is |
- * just payload_length_bytes, since G.711 uses one |
- * byte per sample. |
- */ |
- |
-int WebRtcG711_DurationEst(const uint8_t* payload, |
- int payload_length_bytes); |
- |
/********************************************************************** |
* WebRtcG711_Version(...) |
* |