]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
Merge branch 'refs/heads/t/sqrt'
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 6b91691f8b7602e100dbc1bd5af0f050cdd715f7..20c61dbac61ab689798c27aff92f479556a04c3f 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -103,7 +103,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 +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);