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:
authorMark Harris <mark.hsj@gmail.com>2016-12-18 05:32:27 +0300
committerMark Harris <mark.hsj@gmail.com>2016-12-18 05:32:27 +0300
commitc84f4866564c7f5891c55653d81dc21c4f6df0ea (patch)
tree4c30bd03e9036e2c82af68c632387658f1dc3e0f
parent837583067a777dc095d0bf46aa908c93321d8eae (diff)
opus_demo: remove obsolete option from usage
-rw-r--r--src/opus_demo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opus_demo.c b/src/opus_demo.c
index bdb66bd8..9bd02947 100644
--- a/src/opus_demo.c
+++ b/src/opus_demo.c
@@ -54,7 +54,6 @@ void print_usage( char* argv[] )
fprintf(stderr, "-d : only runs the decoder (reads the bit-stream as input)\n" );
fprintf(stderr, "-cbr : enable constant bitrate; default: variable bitrate\n" );
fprintf(stderr, "-cvbr : enable constrained variable bitrate; default: unconstrained\n" );
- fprintf(stderr, "-variable-duration : enable frames of variable duration (experimental, experts only); default: disabled\n" );
fprintf(stderr, "-delayed-decision : use look-ahead for speech/music detection (experts only); default: disabled\n" );
fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
fprintf(stderr, "-framesize <2.5|5|10|20|40|60|80|100|120> : frame size in ms; default: 20 \n" );