shithub: aacenc

Download patch

ref: 78f557631d6db1737704e1a01f13a533b5869449
parent: f8adea5c9c50ff86dc51fd69190c0defa80922bc
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Mon Oct 30 09:29:55 EDT 2017

capitalized joint stereo names

--- a/frontend/main.c
+++ b/frontend/main.c
@@ -185,8 +185,8 @@
     {"--tns  \tEnable coding of TNS, temporal noise shaping.\n"},
     {"--no-tns\tDisable coding of TNS, temporal noise shaping.\n"},
     {"--joint 0\tDisable joint stereo coding.\n"},
-    {"--joint 1\tUse mid/side coding.\n"},
-    {"--joint 2\tUse intensity stereo coding.\n"},
+    {"--joint 1\tUse Mid/Side coding.\n"},
+    {"--joint 2\tUse Intensity Stereo coding.\n"},
     {"--mpeg-vers X\tForce AAC MPEG version, X can be 2 or 4\n"},
     {"--shortctl X\tEnforce block type (0 = both (default); 1 = no short; 2 = no\n"
     "\t\tlong).\n"},