]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gopher.c
libavformat: Rename the applehttp protocol to hls
[ffmpeg] / libavformat / gopher.c
index c0338619b3e728e80443d3a9600d05230ff1835d..a149f7fd6b8999455db826b64ece1261b11880ce 100644 (file)
@@ -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,
 };