You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user