From 56d975adfd8b80aacfb8c0d4faf3dc8a0efcd5b0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Jan 2017 10:08:23 +0100 Subject: Clarify AAC options in usage screen --- src/odr-audioenc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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" -- cgit v1.2.3