fixed a typo in usage message

This commit is contained in:
nu774 2013-01-07 10:58:09 +09:00
parent e901466335
commit 097ef9a838
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ PROGNAME " %s\n"
" parameter settings, sample rate, and\n"
" channel configuration)\n"
" -w, --bandwidth <n> Frequency bandwidth in Hz (AAC LC only)\n"
" -a, --afterurner <n> Afterburner\n"
" -a, --afterburner <n> Afterburner\n"
" 0: Off\n"
" 1: On(default)\n"
" -L, --lowdelay-sbr Enable ELD-SBR (AAC ELD only)\n"

View File

@ -1,4 +1,4 @@
#ifndef VERSION_H
#define VERSION_H
const char *fdkaac_version = "0.0.4";
const char *fdkaac_version = "0.0.5";
#endif