From: Andre Noll Date: Sat, 11 Sep 2010 23:58:52 +0000 (+0200) Subject: Trivial comment cleanups. X-Git-Tag: v0.4.6~19^2~10 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=a358653e195bb99f97aeedd7e23956b3caa10fa7;p=paraslash.git Trivial comment cleanups. --- diff --git a/afh.h b/afh.h index 8f74e236..f6286b24 100644 --- a/afh.h +++ b/afh.h @@ -13,15 +13,15 @@ * 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 699998b0..cd98a9f8 100644 --- 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;