ref: 2eeefdff8782ca7cf50c7806ce37c4dbe45a25f3
parent: 509e3598d19d48364f37474755198fa652fdf1a3
author: danchr <danchr>
date: Mon Aug 2 20:08:51 EDT 2004
fix --shortctl documentation
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: main.c,v 1.73 2004/08/02 20:53:23 danchr Exp $
+ * $Id: main.c,v 1.74 2004/08/03 00:08:51 danchr Exp $
*/
#ifdef _MSC_VER
@@ -200,8 +200,8 @@
" --mpeg-vers X\tForce AAC MPEG version, X can be 2 or 4\n"
" --obj-type X\tAAC object type. (LC (Low Complexity, default), Main or LTP\n"
"\t\t(Long Term Prediction)\n"
- " --shortctl X\tEnforce block type (default: both; 1 = long only; 2 = short\n"
- "\t\tonly).\n"
+ " --shortctl X\tEnforce block type (0 = both (default); 1 = no short; 2 = no\n"
+ "\t\tlong).\n"
" -r\t\tGenerate raw AAC bitstream (i.e. without any headers, needed\n"
"\t\twhen directly using the AAC bitstream in a MP4 container like\n"
"\t\te.g. mp4live does; used automatically for MP4).\n"
@@ -1142,6 +1142,9 @@
/*
$Log: main.c,v $
+Revision 1.74 2004/08/03 00:08:51 danchr
+fix --shortctl documentation
+
Revision 1.73 2004/08/02 20:53:23 danchr
*BSD portability fix
--
⑨