input/mms: initialize the "eof" attribute

This commit is contained in:
Max Kellermann
2010-05-18 21:11:00 +02:00
parent e98bd55cbf
commit 28736414a8
2 changed files with 3 additions and 0 deletions

View File

@@ -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");