From 2ec1c5ff3c1ff67825fb449c9eab2c3e4ff441f6 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 10 May 2004 12:35:18 +0000 Subject: some more work on organizing code for resampling/audioFormat conversion git-svn-id: https://svn.musicpd.org/mpd/trunk@968 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/aac_decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aac_decode.h') diff --git a/src/aac_decode.h b/src/aac_decode.h index 62e77eb1e..3d1636726 100644 --- a/src/aac_decode.h +++ b/src/aac_decode.h @@ -27,7 +27,7 @@ int getAacTotalTime(char * file); -int aac_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc); +int aac_decode(OutputBuffer * cb, DecoderControl * dc); #endif /* HAVE_FAAD */ -- cgit v1.2.3