aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp4_decode.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-07 15:58:04 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-07 15:58:04 +0000
commit3794126e5609112d68a2e0c9cbae5a923da301b6 (patch)
treee44ad37c6b27f6f4a52b63c6c1057a860f93ff80 /src/mp4_decode.h
parent9196023f14acf37ee47ac7798029270476d7d3cb (diff)
downloadmpd-3794126e5609112d68a2e0c9cbae5a923da301b6.tar.gz
mpd-3794126e5609112d68a2e0c9cbae5a923da301b6.tar.xz
mpd-3794126e5609112d68a2e0c9cbae5a923da301b6.zip
new OutputBuffer abstraction stuff, implemented for mp3, now need to
implement in other decoders git-svn-id: https://svn.musicpd.org/mpd/trunk@940 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/mp4_decode.h')
-rw-r--r--src/mp4_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp4_decode.h b/src/mp4_decode.h
index 0904dcc28..8116758db 100644
--- a/src/mp4_decode.h
+++ b/src/mp4_decode.h
@@ -29,7 +29,7 @@
int mp4_getAACTrack(mp4ff_t *infile);
-int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
+int mp4_decode(OutputBuffer * cb, AudioFormat * af, DecoderControl * dc);
uint32_t mp4_inputStreamReadCallback(void *inStream, void *buffer,
uint32_t length);