]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
avformat/hls: support data protocol in uri for EXT-X-MAP
[ffmpeg] / libavformat / http.c
index 85cbd06092acc546bf90473161c6bdb63ac69dae..142511d091eb2deae7a4bc92a246d2ba17a75512 100644 (file)
@@ -1791,7 +1791,7 @@ const URLProtocol ff_http_protocol = {
     .priv_data_size      = sizeof(HTTPContext),
     .priv_data_class     = &http_context_class,
     .flags               = URL_PROTOCOL_FLAG_NETWORK,
-    .default_whitelist   = "http,https,tls,rtp,tcp,udp,crypto,httpproxy"
+    .default_whitelist   = "http,https,tls,rtp,tcp,udp,crypto,httpproxy,data"
 };
 #endif /* CONFIG_HTTP_PROTOCOL */