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:
-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 7ddadf9f..10ad6131 100644
--- a/src/test_opus.c
+++ b/src/test_opus.c
@@ -97,7 +97,7 @@ int main(int argc, char *argv[])
int bandwidth=-1;
const char *bandwidth_string;
- if (argc < 8 )
+ if (argc < 7 )
{
print_usage( argv );
return 1;