From c51ad71efaa975c64f6ad31dce5578307a5cba7b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 18 May 2004 13:13:55 +0000 Subject: rework stuff so that we can use mime-type of streams to detect type of file git-svn-id: https://svn.musicpd.org/mpd/trunk@1062 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/mp3_decode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mp3_decode.h') diff --git a/src/mp3_decode.h b/src/mp3_decode.h index c50df55c1..e33cd60c3 100644 --- a/src/mp3_decode.h +++ b/src/mp3_decode.h @@ -24,11 +24,12 @@ #ifdef HAVE_MAD #include "playerData.h" +#include "inputStream.h" /* this is primarily used in tag.c */ int getMp3TotalTime(char * file); -int mp3_decode(OutputBuffer * cb, DecoderControl * dc); +int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream); #endif -- cgit v1.2.3