projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'qatar/master'
[ffmpeg.git]
/
libavformat
/
gopher.c
diff --git
a/libavformat/gopher.c
b/libavformat/gopher.c
index
e1acf50
..
9dc155a
100644
(file)
--- a/
libavformat/gopher.c
+++ b/
libavformat/gopher.c
@@
-121,4
+121,5
@@
URLProtocol ff_gopher_protocol = {
.url_write = gopher_write,
.url_close = gopher_close,
.priv_data_size = sizeof(GopherContext),
+ .flags = URL_PROTOCOL_FLAG_NETWORK,
};