X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmmsh.c;h=d6e398200fb2f4b47aaabf4b33a7d6235dfaf61a;hb=178f8ea76e52f79e2b7f4a01973d11f5c518f915;hp=e92b74fc0a5670db3800deea48ce093aad7bf1fa;hpb=e4de71677f3adeac0f74b89ac8df5d417364df2c;p=ffmpeg diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c index e92b74fc0a5..d6e398200fb 100644 --- a/libavformat/mmsh.c +++ b/libavformat/mmsh.c @@ -406,4 +406,5 @@ URLProtocol ff_mmsh_protocol = { .url_close = mmsh_close, .url_read_seek = mmsh_read_seek, .priv_data_size = sizeof(MMSHContext), + .flags = URL_PROTOCOL_FLAG_NETWORK, };