X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavformat%2Fmmst.c;h=93ad073869995492f01aa4cdcd5e77effb6f2553;hp=fe21a323572c41515fb0a703f3ec1e5c5ee3471e;hb=32b83aeec1a129d6eef2e89c7f107c614dfb4574;hpb=bb5b3940b08d8dad5b7e948e8f3b02cd2eb70716 diff --git a/libavformat/mmst.c b/libavformat/mmst.c index fe21a32357..93ad073869 100644 --- 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), + .flags = URL_PROTOCOL_FLAG_NETWORK, };