aboutsummaryrefslogtreecommitdiffstats
path: root/src/audiofile_decode.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audiofile_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiofile_decode.h b/src/audiofile_decode.h
index 774d58c1b..82dc565ec 100644
--- a/src/audiofile_decode.h
+++ b/src/audiofile_decode.h
@@ -27,7 +27,7 @@
#include "playerData.h"
-int audiofile_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
+int audiofile_decode(OutputBuffer * cb, DecoderControl * dc);
int getAudiofileTotalTime(char * file);