This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
5ecb6f4332
commit
26b64550d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save