mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 00:27:43 +00:00
opus_demo: remove obsolete option from usage
This commit is contained in:
parent
837583067a
commit
c84f486656
1 changed files with 0 additions and 1 deletions
|
@ -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" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue