mmsh: add return value for mmsh_open()

Found-by: cptspiff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent 5ecb6f4332
commit 26b64550d6
  1. 2
      libavformat/mmsh.c

@ -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…
Cancel
Save