X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=699998b03979abb33afa8eb9fae5db709ddffd2a;hp=76b819058642db7ffb81acf5eaa268f3cae37f3a;hb=7e37a7cf49df279b9ab467fa4f62dd376c791a26;hpb=b0fe6d882dd35b01360a66e130d6714aff7b6a0d diff --git a/afs.h b/afs.h index 76b81905..699998b0 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. */ @@ -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; }; /**