shithub: opus

Download patch

ref: c9f695088697f54077557f17c2739c8a1b2bfb7f
parent: 1d9dc250ff8b18a630f6eb5556a05b4133b7d772
author: Jean-Marc Valin <[email protected]>
date: Thu Feb 3 20:24:30 EST 2011

Fix test_opus args count

--- a/src/test_opus.c
+++ b/src/test_opus.c
@@ -97,7 +97,7 @@
    int bandwidth=-1;
    const char *bandwidth_string;
 
-   if (argc < 8 )
+   if (argc < 7 )
    {
       print_usage( argv );
       return 1;