aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ogg_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogg_decode.h b/src/ogg_decode.h
index 6710c5b8e..16928eac6 100644
--- a/src/ogg_decode.h
+++ b/src/ogg_decode.h
@@ -25,7 +25,7 @@
#include <stdio.h>
-int ogg_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
+int ogg_decode(OutputBuffer * cb, DecoderControl * dc);
int getOggTotalTime(char * file);