can parse inputStream_http can parse mime type
git-svn-id: https://svn.musicpd.org/mpd/trunk@1056 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -33,6 +33,8 @@ int inputStream_fileOpen(InputStream * inStream, char * filename) {
|
||||
}
|
||||
|
||||
inStream->offset = 0;
|
||||
inStream->seekable = 1;
|
||||
inStream->mime = NULL;
|
||||
|
||||
fseek(fp,0,SEEK_END);
|
||||
inStream->size = ftell(fp);
|
||||
|
||||
Reference in New Issue
Block a user