X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=6dc5a3fc663659b67f658c9ef9b58883adde6266;hp=6b91691f8b7602e100dbc1bd5af0f050cdd715f7;hb=3013ef1f9e2dcd1426041837daf86f3d401acd94;hpb=b6b571e6c6fb52207b11fc7833b272ec8cfa28bf diff --git a/afh.h b/afh.h index 6b91691f..6dc5a3fc 100644 --- a/afh.h +++ b/afh.h @@ -158,3 +158,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);