]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mmsh.c
Use ff_packet_free_side_data instead of duplicating it.
[ffmpeg] / libavformat / mmsh.c
index e92b74fc0a5670db3800deea48ce093aad7bf1fa..d6e398200fb2f4b47aaabf4b33a7d6235dfaf61a 100644 (file)
@@ -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,
 };