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:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:55:00 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-04 08:55:00 +0300
commit2c8cfd06f66c1b4740e9da813b2dd3a4c62c4b9a (patch)
tree1fc4eccd4f4c3b2d493cbfc8af790c33ea22352c
parent99929d209a58d04e12bb043b29db2ac1309e0a28 (diff)
oops
-rw-r--r--src/test_opus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_opus.c b/src/test_opus.c
index 0e4c5d89..4fcfcea4 100644
--- a/src/test_opus.c
+++ b/src/test_opus.c
@@ -123,7 +123,7 @@ int main(int argc, char *argv[])
case 8000:
bandwidth = BANDWIDTH_NARROWBAND;
break;
- case 1200:
+ case 12000:
bandwidth = BANDWIDTH_MEDIUMBAND;
break;
case 16000: