Commit 28736414 authored by Max Kellermann's avatar Max Kellermann

input/mms: initialize the "eof" attribute

parent e98bd55c
ver 0.15.10 (2010/??/??)
* input:
- mms: fix memory leak in error handler
- mms: initialize the "eof" attribute
* decoders:
- mad: properly calculate ID3 size without libid3tag
......
......@@ -54,6 +54,8 @@ input_mms_open(struct input_stream *is, const char *url)
return false;
}
m->eof = false;
/* XX is this correct? at least this selects the ffmpeg
decoder, which seems to work fine*/
is->mime = g_strdup("audio/x-ms-wma");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment