X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=4f23a173164a5678c66c4fddc43409f5851bdcbc;hp=0486bd7784151df33c7c755011d270ee3ed905aa;hb=06f33ca150a15c0c3ec97e3475bc05551839071e;hpb=23615455a3ee7cca4b39c4e1c414ef943e319986 diff --git a/afh.h b/afh.h index 0486bd77..4f23a173 100644 --- a/afh.h +++ b/afh.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file afh.h structures for audio format handling (para_server) */ +/** \file afh.h Structures for audio format handling (para_server). */ /** * The tags used by all audio format handlers. @@ -104,3 +104,5 @@ void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi, void afh_get_header(struct afh_info *afhi, uint8_t audio_format_id, void *map, size_t mapsize, char **buf, size_t *len); void afh_free_header(char *header_buf, uint8_t audio_format_id); +void clear_afhi(struct afh_info *afhi); +unsigned afh_get_afhi_txt(int audio_format_num, struct afh_info *afhi, char **result);