]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg.c
Rename struct audio format to audio_format_handler
[paraslash.git] / ogg.c
diff --git a/ogg.c b/ogg.c
index 2d584e5be5a84f8d5ce9e4f1a2f0eb7ca928f7d1..e5647b26eca11e8ce975d69034944174fb973164 100644 (file)
--- a/ogg.c
+++ b/ogg.c
@@ -36,7 +36,7 @@ static FILE *infile;
 static int header_len, oggbuf_len, vi_channels;
 static char *header, *oggbuf;
 static ssize_t *chunk_table, max_chunk_len;
-struct audio_format *af;
+struct audio_format_handler *af;
 static long vi_sampling_rate, vi_bitrate, vi_bitrate_nominal,
        num_chunks;