X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=9ad078582e156be166b7c06dc35100549a26f337;hp=7c6912c3b89fa8d71fe15f6dae7fb1eb1b6bd82c;hb=e63886e85c55c99e9732e5715b7ce641eff09914;hpb=94cc219f19a98a5a046cf9f7fb3bfe4d7ef79eb1 diff --git a/afh.h b/afh.h index 7c6912c3..9ad07858 100644 --- 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);