X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3.c;h=b9b21a94de7db52f680bb90e788778fa8e74d1e6;hp=bc253aa5aeaa7a787550f9619d55d2c263ce25c7;hb=db34194eaab9819772bd55ea1ab08c719ed8f1c8;hpb=12c2be31603eaf83d19797c625bef54ad56e4433 diff --git a/mp3.c b/mp3.c index bc253aa5..b9b21a94 100644 --- a/mp3.c +++ b/mp3.c @@ -107,7 +107,7 @@ static const char *mode_text[] = {"stereo", "joint stereo", "dual channel", "mon static struct mp3info mp3; static char mp3buf[8192]; static int chunk_size; -static struct audio_format *af; +static struct audio_format_handler *af; static int header_frequency(struct mp3header *h) {