mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
mmsh: add return value for mmsh_open()
Found-by: cptspiff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5ecb6f4332
commit
26b64550d6
@ -317,7 +317,7 @@ fail:
|
|||||||
|
|
||||||
static int mmsh_open(URLContext *h, const char *uri, int flags)
|
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)
|
static int handle_chunk_type(MMSHContext *mmsh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user