input/mms: initialize the "eof" attribute
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
|||||||
ver 0.15.10 (2010/??/??)
|
ver 0.15.10 (2010/??/??)
|
||||||
* input:
|
* input:
|
||||||
- mms: fix memory leak in error handler
|
- mms: fix memory leak in error handler
|
||||||
|
- mms: initialize the "eof" attribute
|
||||||
* decoders:
|
* decoders:
|
||||||
- mad: properly calculate ID3 size without libid3tag
|
- mad: properly calculate ID3 size without libid3tag
|
||||||
|
|
||||||
|
@@ -54,6 +54,8 @@ input_mms_open(struct input_stream *is, const char *url)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m->eof = false;
|
||||||
|
|
||||||
/* XX is this correct? at least this selects the ffmpeg
|
/* XX is this correct? at least this selects the ffmpeg
|
||||||
decoder, which seems to work fine*/
|
decoder, which seems to work fine*/
|
||||||
is->mime = g_strdup("audio/x-ms-wma");
|
is->mime = g_strdup("audio/x-ms-wma");
|
||||||
|
Reference in New Issue
Block a user