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/mp4_decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mp4_decode.h') diff --git a/src/mp4_decode.h b/src/mp4_decode.h index 8116758db..31b266f16 100644 --- a/src/mp4_decode.h +++ b/src/mp4_decode.h @@ -29,7 +29,7 @@ int mp4_getAACTrack(mp4ff_t *infile); -int mp4_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc); +int mp4_decode(OutputBuffer * cb, DecoderControl * dc); uint32_t mp4_inputStreamReadCallback(void *inStream, void *buffer, uint32_t length); -- cgit v1.2.3