]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
Move common audio format handler functions to new afh_common.c.
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 7c6912c3b89fa8d71fe15f6dae7fb1eb1b6bd82c..9ad078582e156be166b7c06dc35100549a26f337 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -101,3 +101,8 @@ struct audio_format_handler {
                struct audio_format_info *afi);
 };
 
+void afh_init(void);
+int guess_audio_format(const char *name);
+int compute_afhi(const char *path, char *data, size_t size,
+       struct audio_format_info *afhi);
+const char *audio_format_name(int);