fixed a typo in usage message v0.0.5
authornu774 <honeycomb77@gmail.com>
Mon, 7 Jan 2013 01:58:09 +0000 (10:58 +0900)
committernu774 <honeycomb77@gmail.com>
Mon, 7 Jan 2013 01:58:09 +0000 (10:58 +0900)
src/main.c
version.h

index e12e8fb170bd4e371d9e56f7ddffcb56c1eb9233..d32a2e5e85fc56d2b7b2216e64e0859e24740d5e 100644 (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"
index 8e6593ba3627bff32440974c885ee591da643aa0..514ce14320245034e0be99965795842e0c5e1d97 100644 (file)
--- a/version.h
+++ b/version.h
@@ -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
This page took 0.011202 seconds and 4 git commands to generate.