Browse Source

mmsh: add return value for mmsh_open()

Found-by: cptspiff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
26b64550d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mmsh.c

+ 1
- 1
libavformat/mmsh.c View File

@@ -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)


Loading…
Cancel
Save