Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1563)

Unified Diff: webrtc/modules/audio_coding/codecs/g711/include/g711_interface.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(...)
*

Powered by Google App Engine
This is Rietveld 408576698