Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis tools
Commits
cc4d0c8d
Commit
cc4d0c8d
authored
Jul 19, 2002
by
Michael Smith
Browse files
Change replaygain tag display.
svn path=/trunk/vorbis-tools/; revision=3684
parent
f366c87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ogg123/oggvorbis_format.c
View file @
cc4d0c8d
...
...
@@ -11,7 +11,7 @@
* *
********************************************************************
last mod: $Id: oggvorbis_format.c,v 1.
8
2002/0
5/03 01:20:53 segher
Exp $
last mod: $Id: oggvorbis_format.c,v 1.
9
2002/0
7/19 10:31:53 msmith
Exp $
********************************************************************/
...
...
@@ -49,9 +49,10 @@ struct {
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:"
)}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment