]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tls.c
ffplay: force video refresh if the window is resized or damaged
[ffmpeg] / libavformat / tls.c
index 26f5ee51066018cfe335c355e35252b775e0636b..fb84fa82b680cca06a3e8dd1824c4ff479b4ded7 100644 (file)
@@ -248,4 +248,5 @@ URLProtocol ff_tls_protocol = {
     .url_write      = tls_write,
     .url_close      = tls_close,
     .priv_data_size = sizeof(TLSContext),
+    .flags          = URL_PROTOCOL_FLAG_NETWORK,
 };