X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg.c;h=e5647b26eca11e8ce975d69034944174fb973164;hp=2d584e5be5a84f8d5ce9e4f1a2f0eb7ca928f7d1;hb=db34194eaab9819772bd55ea1ab08c719ed8f1c8;hpb=12c2be31603eaf83d19797c625bef54ad56e4433 diff --git a/ogg.c b/ogg.c index 2d584e5b..e5647b26 100644 --- 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;