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

Unified Diff: silk/API.h

Issue 107243004: Updating Opus to release 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years 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
« no previous file with comments | « silk/A2NLSF.c ('k') | silk/CNG.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: silk/API.h
diff --git a/silk/API.h b/silk/API.h
index 4fe76294cb9e10d2bc90fbe8678fbb745e1d60b8..f0601bcf6b158710ab40b64f25ccf8e4a5a98bb2 100644
--- a/silk/API.h
+++ b/silk/API.h
@@ -64,6 +64,7 @@ opus_int silk_Get_Encoder_Size( /* O Returns error co
/*************************/
opus_int silk_InitEncoder( /* O Returns error code */
void *encState, /* I/O State */
+ int arch, /* I Run-time architecture */
silk_EncControlStruct *encStatus /* O Encoder Status */
);
« no previous file with comments | « silk/A2NLSF.c ('k') | silk/CNG.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698