X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=494a4e15adaf41bb10619b62c36a6a8a33a78fb4;hp=8f74e236501189de420d1eec75a9a40b952b1707;hb=fa578bf1d070161cafcbcc69ca7b810414ee1a4b;hpb=a365b8263a0d7a1673699bdf454677c95b38eb95 diff --git a/afh.h b/afh.h index 8f74e236..494a4e15 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; }; @@ -42,11 +42,6 @@ struct afh_info { uint32_t *chunk_table; /** Period of time between sending data chunks. */ struct timeval chunk_tv; - /** - * The position of the header within the audio file. Ignored if \a - * header_len equals zero. - */ - uint32_t header_offset; /** * The header is needed by senders in case a new client connects in the * middle of the stream. The length of the header defaults to zero