X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=ecec685c06a8187f4116037c41ea6eacd668009d;hp=d01f0cfb77cc17eaff5e5618cb734f54a6f9fa5e;hb=9627e8157c8c916555b993d7254b0b638815ebc1;hpb=7ba6e107eb38c5ceb6f66aac21ad6a5a3afa49ad diff --git a/afs.h b/afs.h index d01f0cfb..ecec685c 100644 --- a/afs.h +++ b/afs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,6 +24,8 @@ struct afs_info { uint32_t lyrics_id; /** Mp3, ogg or aac. */ uint8_t audio_format_id; + /** Amplification value. */ + uint8_t amp; }; /** @@ -85,7 +87,6 @@ struct afs_table { /** Handles afs events. */ int (*event_handler)(enum afs_events event, struct para_buffer *pb, void *data); - /* int *(check)() */ }; enum play_mode {PLAY_MODE_MOOD, PLAY_MODE_PLAYLIST};