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

Unified Diff: webrtc/modules/audio_coding/codecs/cng/cng_helpfuns.h

Issue 1868143002: Convert CNG into C++ and remove it from AudioDecoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Converted WebRtcCng to C++ Created 4 years, 8 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/cng/cng_helpfuns.h
diff --git a/webrtc/modules/audio_coding/codecs/cng/cng_helpfuns.h b/webrtc/modules/audio_coding/codecs/cng/cng_helpfuns.h
index a553a7615e693bba7021970573ae8bf9d5bf2f39..2435f427ce52c02e7d68df8023a49569df78860c 100644
--- a/webrtc/modules/audio_coding/codecs/cng/cng_helpfuns.h
+++ b/webrtc/modules/audio_coding/codecs/cng/cng_helpfuns.h
@@ -16,7 +16,6 @@
extern "C" {
#endif
-void WebRtcCng_K2a16(int16_t* k, int useOrder, int16_t* a);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698