X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=699998b03979abb33afa8eb9fae5db709ddffd2a;hp=b89ba6181a09653bcbbafc6f6ef6606a723b4efe;hb=9417eae5ca2b9f10d25f769221e8fd91048bc68a;hpb=0640d9e42143dedcfffbd496e34431083ba5c917 diff --git a/afs.h b/afs.h index b89ba618..699998b0 100644 --- a/afs.h +++ b/afs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -129,6 +129,8 @@ struct audio_file_data { int fd; /** Vss needs this for streaming. */ struct afh_info afhi; + /** Size of the largest chunk. */ + uint32_t max_chunk_size; }; /**