X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg.c;h=6bdb2306f6c0fb29147d8b63673e804060c2b3cd;hp=fa935d5090abb2a9eddb06fd87676b688fe63fc9;hb=ccf42979a31a56e991b5c6d7d4043381f7487d6e;hpb=e921be422a216b87e3e6812f16b27c9a6927099d diff --git a/ogg.c b/ogg.c index fa935d50..6bdb2306 100644 --- a/ogg.c +++ b/ogg.c @@ -346,7 +346,7 @@ static char *ogg_get_header_info(int *len) } static const char* ogg_suffixes[] = {"ogg", NULL}; -void ogg_init(void *p) +void ogg_init(struct audio_format_handler *p) { af = p; af->reposition_stream = ogg_reposition_stream;