From ded15bf118d170c0172609b0dce11ce42df80241 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 31 May 2004 03:18:30 +0000 Subject: fix avuton's mp4 compile bug git-svn-id: https://svn.musicpd.org/mpd/trunk@1253 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mp4_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inputPlugins/mp4_plugin.c') diff --git a/src/inputPlugins/mp4_plugin.c b/src/inputPlugins/mp4_plugin.c index b34b3c421..350aae777 100644 --- a/src/inputPlugins/mp4_plugin.c +++ b/src/inputPlugins/mp4_plugin.c @@ -322,7 +322,7 @@ MpdTag * mp4DataDup(char * file, int * mp4MetadataFound) { *mp4MetadataFound = 0; - if(openInputStream(file) < 0) return NULL; + if(openInputStream(&inStream, file) < 0) return NULL; cb = malloc(sizeof(mp4ff_callback_t)); cb->read = mp4_inputStreamReadCallback; -- cgit v1.2.3