Rename struct audio format to audio_format_handler
[paraslash.git] / aac_afh.c
index 5ace47e5762749a6f0efff37398932ec168a92d7..d6f37fcb59887403cbaf85454d703844032ee823 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -37,7 +37,7 @@ static FILE *infile;
 static int inbuf_size;
 static unsigned char *inbuf;
 static size_t inbuf_len;
-struct audio_format *af;
+struct audio_format_handler *af;
 static size_t num_chunks;
 static size_t entry;