X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=96da2da027cf27268c7b5ad1b4af6755b593f7e6;hp=ba5e134c94fcd7ac6aeb4179c611969038f285f0;hb=0a5226b8f6b9131024893f35de615d0b829afe27;hpb=12379df1a1f89645e04c393d614937c0e6439ae0 diff --git a/afs.h b/afs.h index ba5e134c..96da2da0 100644 --- a/afs.h +++ b/afs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2010 Andre Noll + * Copyright (C) 2007-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; @@ -131,6 +131,8 @@ struct audio_file_data { struct afh_info afhi; /** Size of the largest chunk. */ uint32_t max_chunk_size; + /** Needed to get the audio file header. */ + uint8_t audio_format_id; }; /**