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

Michael Smith msmith at xiph.org
Fri Jul 19 03:31:54 PDT 2002



msmith      02/07/19 03:31:54

  Modified:    ogg123   oggvorbis_format.c
  Log:
  Change replaygain tag display.

Revision  Changes    Path
1.9       +5 -4      vorbis-tools/ogg123/oggvorbis_format.c

Index: oggvorbis_format.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/oggvorbis_format.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- oggvorbis_format.c	2002/05/03 01:20:53	1.8
+++ oggvorbis_format.c	2002/07/19 10:31:53	1.9
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: oggvorbis_format.c,v 1.8 2002/05/03 01:20:53 segher Exp $
+ last mod: $Id: oggvorbis_format.c,v 1.9 2002/07/19 10:31:53 msmith Exp $
 
  ********************************************************************/
 
@@ -49,9 +49,10 @@
   char *formatstr;   /* formatted output */
 } vorbis_comment_keys[] = {
   {"TRACKNUMBER=", N_("Track number:")},
-  {"RG_RADIO=", N_("ReplayGain (Track):")},
-  {"RG_AUDIOPHILE=", N_("ReplayGain (Album):")},
-  {"RG_PEAK=", N_("ReplayGain Peak:")},
+  {"REPLAYGAIN_TRACK_GAIN=", N_("ReplayGain (Track):")},
+  {"REPLAYGAIN_ALBUM_GAIN=", N_("ReplayGain (Album):")},
+  {"REPLAYGAIN_TRACK_PEAK=", N_("ReplayGain (Track) Peak:")},
+  {"REPLAYGAIN_ALBUM_PEAK=", N_("ReplayGain (Album) Peak:")},
   {"COPYRIGHT=", N_("Copyright")},
   {"=", N_("Comment:")},
   {NULL, N_("Comment:")}

<p><p><p>--- >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