]> git.sesse.net Git - vlc/commitdiff
Document %S.
authorRocky Bernstein <rocky@videolan.org>
Mon, 13 Dec 2004 04:26:24 +0000 (04:26 +0000)
committerRocky Bernstein <rocky@videolan.org>
Mon, 13 Dec 2004 04:26:24 +0000 (04:26 +0000)
modules/access/cdda/cdda.c

index 459be4bf87930c27d6263fa76c7fcde289bda417..7883806f01e064cdfb3ef0366a431ac10b43936f 100644 (file)
@@ -72,7 +72,8 @@
 "   %n : The number of tracks on the CD\n" \
 "   %p : The artist/performer/composer in the track\n" \
 "   %T : The track number\n" \
-"   %s : Number of seconds in this track \n" \
+"   %s : Number of seconds in this track\n" \
+"   %S : Number of seconds in the CD\n" \
 "   %t : The track title or MRL if no title\n" \
 "   %Y : The year 19xx or 20xx\n" \
 "   %% : a % \n")
@@ -84,7 +85,8 @@
 "   %m : The CD-DA Media Catalog Number (MCN)\n" \
 "   %n : The number of tracks on the CD\n" \
 "   %T : The track number\n" \
-"   %s : Number of seconds in this track \n" \
+"   %s : Number of seconds in this track\n" \
+"   %S : Number of seconds in the CD\n" \
 "   %t : The track title or MRL if no title\n" \
 "   %% : a % \n")