From 48a58073dd9bf781a8e2a127e832941332fc8a41 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 18 May 2004 02:46:13 +0000 Subject: add new inputStream stuff, hopefully something major isn't foobar'd git-svn-id: https://svn.musicpd.org/mpd/trunk@1049 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/flac_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flac_decode.c') diff --git a/src/flac_decode.c b/src/flac_decode.c index c3780ef58..105a3ef6f 100644 --- a/src/flac_decode.c +++ b/src/flac_decode.c @@ -81,7 +81,7 @@ int flac_decode(OutputBuffer * cb, DecoderControl *dc) { data.dc = dc; data.replayGainScale = 1.0; - if(openInputStreamFromFile(&(data.inStream),dc->file)<0) { + if(openInputStream(&(data.inStream),dc->file)<0) { ERROR("unable to open flac: %s\n",dc->file); return -1; } -- cgit v1.2.3