]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
struct audio_format_handler: use proper pointer type for the init function
[paraslash.git] / aac_afh.c
index 55efeefa1d7dc1b067e23da06294a7fb222e9304..a8d162e4b7de7a895969c53ada0fb67a9c08367e 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -235,7 +235,7 @@ static char *aac_read_chunk(long unsigned current_chunk, ssize_t *len)
 
 static const char* aac_suffixes[] = {"m4a", NULL};
 /** the init function of the aac audio format handler */
-void aac_afh_init(void *p)
+void aac_afh_init(struct audio_format_handler *p)
 {
        af = p;
        af->reposition_stream = aac_reposition_stream;