[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c

Ralph Giles giles at xiph.org
Wed Jan 24 22:39:32 PST 2001



giles       01/01/24 22:39:32

  Modified:    ogg123   ogg123.c
  Log:
  add the (new, canonical) TRACKNUMBER to the list of recognized comments.
  
  fix parsing of the VERSION tag.

Revision  Changes    Path
1.21      +3 -2      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ogg123.c	2001/01/22 21:19:57	1.20
+++ ogg123.c	2001/01/25 06:39:31	1.21
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.20 2001/01/22 21:19:57 jack Exp $
+ last mod: $Id: ogg123.c,v 1.21 2001/01/25 06:39:31 giles Exp $
 
  ********************************************************************/
 
@@ -43,7 +43,8 @@
   {"ARTIST=", "Artist: %s\n"},
   {"ALBUM=", "Album: %s\n"},
   {"TITLE=", "Title: %s\n"},
-  {"VERSION", "Version: %s\n"},
+  {"VERSION=", "Version: %s\n"},
+  {"TRACKNUMBER=", "Track number: %s\n"},
   {"ORGANIZATION=", "Organization: %s\n"},
   {"GENRE=", "Genre: %s\n"},
   {"DESCRIPTION=", "Description: %s\n"},

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list