Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hybrid_decoder.h')
-rw-r--r--src/hybrid_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hybrid_decoder.h b/src/hybrid_decoder.h
index eeeb0eea..b5a54fb5 100644
--- a/src/hybrid_decoder.h
+++ b/src/hybrid_decoder.h
@@ -42,6 +42,8 @@ struct HybridDecoder {
int mode;
int bandwidth;
+ /* Sampling rate (at the API level) */
+ int Fs;
};