projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote branch 'qatar/master'
[ffmpeg.git]
/
libavformat
/
applehttpproto.c
diff --git
a/libavformat/applehttpproto.c
b/libavformat/applehttpproto.c
index
6f42992
..
168b251
100644
(file)
--- a/
libavformat/applehttpproto.c
+++ b/
libavformat/applehttpproto.c
@@
-181,7
+181,7
@@
static int applehttp_open(URLContext *h, const char *uri, int flags)
const char *nested_url;
if (flags & (URL_WRONLY | URL_RDWR))
- return AVERROR
_NOTSUPP
;
+ return AVERROR
(ENOSYS)
;
s = av_mallocz(sizeof(AppleHTTPContext));
if (!s)