X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=d2ac93aec96f95a0ca0bf706327f831520145ee7;hp=6b91691f8b7602e100dbc1bd5af0f050cdd715f7;hb=41d12a1e75017848620bd3670d9863aea63b62fb;hpb=b6b571e6c6fb52207b11fc7833b272ec8cfa28bf diff --git a/afh.h b/afh.h index 6b91691f..d2ac93ae 100644 --- a/afh.h +++ b/afh.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file afh.h Structures for audio format handling (para_server). */ @@ -103,7 +99,7 @@ struct audio_format_handler { * success, the function must return a positive value and fill in the * given struct afh_info. * - * \sa struct afh_info + * \sa struct \ref afh_info. */ int (*get_file_info)(char *map, size_t numbytes, int fd, struct afh_info *afhi); @@ -158,3 +154,4 @@ unsigned afh_get_afhi_txt(int audio_format_num, struct afh_info *afhi, char **re int afh_rewrite_tags(int audio_format_id, void *map, size_t mapsize, struct taginfo *tags, int output_fd, const char *filename); void set_max_chunk_size(struct afh_info *afhi); +bool afh_supports_dynamic_chunks(int audio_format_id);