[xiph-commits] r3637 - liboggz/trunk/src/tools
conrad at svn.annodex.net
conrad at svn.annodex.net
Wed Jul 9 07:12:37 PDT 2008
Author: conrad
Date: 2008-07-09 07:12:36 -0700 (Wed, 09 Jul 2008)
New Revision: 3637
Modified:
liboggz/trunk/src/tools/oggz.c
Log:
add known-codecs to oggz commands list, +formatting
Modified: liboggz/trunk/src/tools/oggz.c
===================================================================
--- liboggz/trunk/src/tools/oggz.c 2008-07-09 10:02:05 UTC (rev 3636)
+++ liboggz/trunk/src/tools/oggz.c 2008-07-09 14:12:36 UTC (rev 3637)
@@ -66,10 +66,10 @@
printf (" validate Validate the Ogg framing of one or more files.\n");
- printf ("\nExtraction\n");
+ printf ("\nExtraction:\n");
printf (" rip Extract one or more logical bitstreams from an Ogg file.\n");
- printf ("\nEditing\n");
+ printf ("\nEditing:\n");
printf (" chop Extract the part of an Ogg file between given start and/or\n"
" end times.\n");
printf (" comment List or edit comments in an Ogg file.\n");
@@ -77,10 +77,8 @@
" presentation time.\n");
printf (" sort Sort the pages of an Ogg file in order of presentation time.\n");
-/*
- printf ("Miscellaneous\n");
+ printf ("Miscellaneous:\n");
printf (" known-codecs List codecs known by this version of oggz\n");
-*/
printf ("\n");
printf ("Please report bugs to <ogg-dev at xiph.org>\n");
More information about the commits
mailing list