From 4db5224b4773c48d9699f21f8bb4629b176fe43b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 20 May 2004 03:44:33 +0000 Subject: ogg stream playing! some non-blocking seek bug fixes git-svn-id: https://svn.musicpd.org/mpd/trunk@1105 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/ogg_decode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ogg_decode.h') diff --git a/src/ogg_decode.h b/src/ogg_decode.h index 16928eac6..03f1364a5 100644 --- a/src/ogg_decode.h +++ b/src/ogg_decode.h @@ -22,10 +22,11 @@ #include "../config.h" #include "playerData.h" +#include "inputStream.h" #include -int ogg_decode(OutputBuffer * cb, DecoderControl * dc); +int ogg_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream); int getOggTotalTime(char * file); -- cgit v1.2.3