提交 26b64550 编写于 作者: M Michael Niedermayer

mmsh: add return value for mmsh_open()

Found-by: cptspiff
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 5ecb6f43
......@@ -317,7 +317,7 @@ fail:
static int mmsh_open(URLContext *h, const char *uri, int flags)
{
mmsh_open_internal(h, uri, flags, 0, 0);
return mmsh_open_internal(h, uri, flags, 0, 0);
}
static int handle_chunk_type(MMSHContext *mmsh)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册