]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mmst.c
mpegts: Always honor a registration descriptor if present and there is no other codec...
[ffmpeg] / libavformat / mmst.c
index fe21a323572c41515fb0a703f3ec1e5c5ee3471e..93ad073869995492f01aa4cdcd5e77effb6f2553 100644 (file)
@@ -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,
 };