]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Trivial comment cleanups.
authorAndre Noll <maan@systemlinux.org>
Sat, 11 Sep 2010 23:58:52 +0000 (01:58 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Jan 2011 10:43:33 +0000 (11:43 +0100)
afh.h
afs.h

diff --git a/afh.h b/afh.h
index 8f74e236501189de420d1eec75a9a40b952b1707..f6286b24ba6243f561f264aa404601c1d4d4a29d 100644 (file)
--- a/afh.h
+++ b/afh.h
  * for all supported audio formats.
  */
 struct taginfo {
-       /** TPE1 (id3v2) / ARTIST (vorbis) / ©ART (aac) */
+       /** TPE1 (id3v2) / ARTIST (vorbis) / ART (aac)/ author(spx) */
        char *artist;
-       /** TIT2/TITLE/©nam */
+       /** TIT2/TITLE/nam */
        char *title;
-       /** TDRC/YEAR/©day */
+       /** TDRC/YEAR/day */
        char *year;
-       /** TALB/ALBUM/©alb */
+       /** TALB/ALBUM/alb */
        char *album;
-       /** COMM/COMMENT/©cmt */
+       /** COMM/COMMENT/cmt */
        char *comment;
 };
 
diff --git a/afs.h b/afs.h
index 699998b03979abb33afa8eb9fae5db709ddffd2a..cd98a9f86129405ba79fa02988791469bea712bb 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -21,7 +21,7 @@ struct afs_info {
        uint32_t image_id;
        /** Lyrics blob associated with this file (foreign key). */
        uint32_t lyrics_id;
-       /** Mp3, ogg or aac. */
+       /** Mp3, ogg, aac, wma, spx. */
        uint8_t audio_format_id;
        /** Amplification value. */
        uint8_t amp;