git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avio: Add an URLProtocol flag for indicating that a protocol uses network
[ffmpeg.git]
/
libavformat
/
mmst.c
diff --git
a/libavformat/mmst.c
b/libavformat/mmst.c
index
fe21a32
..
93ad073
100644
(file)
--- a/
libavformat/mmst.c
+++ b/
libavformat/mmst.c
@@
-625,4
+625,5
@@
URLProtocol ff_mmst_protocol = {
.url_read = mms_read,
.url_close = mms_close,
.priv_data_size = sizeof(MMSTContext),
.url_read = mms_read,
.url_close = mms_close,
.priv_data_size = sizeof(MMSTContext),
+ .flags = URL_PROTOCOL_FLAG_NETWORK,
};
};