aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-27 10:08:23 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-27 10:08:23 +0100
commit56d975adfd8b80aacfb8c0d4faf3dc8a0efcd5b0 (patch)
tree5af4f061e8c6e0c6b9330a3ce5d583698705d197 /src
parentd04c019cef1d01c74820ce1d74c1965eec81c14e (diff)
downloadODR-AudioEnc-56d975adfd8b80aacfb8c0d4faf3dc8a0efcd5b0.tar.gz
ODR-AudioEnc-56d975adfd8b80aacfb8c0d4faf3dc8a0efcd5b0.tar.bz2
ODR-AudioEnc-56d975adfd8b80aacfb8c0d4faf3dc8a0efcd5b0.zip
Clarify AAC options in usage screen
Diffstat (limited to 'src')
-rw-r--r--src/odr-audioenc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp
index 40a2974..b009b37 100644
--- a/src/odr-audioenc.cpp
+++ b/src/odr-audioenc.cpp
@@ -176,8 +176,8 @@ void usage(const char* name) {
" DAB+ specific options\n"
" -A, --no-afterburner Disable AAC encoder quality increaser.\n"
" --aaclc Force the usage of AAC-LC (no SBR, no PS)\n"
- " --sbr Force the usage of SBR\n"
- " --ps Force the usage of PS\n"
+ " --sbr Force the usage of SBR (HE-AAC)\n"
+ " --ps Force the usage of SBR and PS (HE-AACv2)\n"
" Output and pad parameters:\n"
" -o, --output=URI Output ZMQ uri. (e.g. 'tcp://localhost:9000')\n"
" -or- Output file uri. (e.g. 'file.dabp')\n"