]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tcp.c
Motion Pixels MVI Demuxer.
[ffmpeg] / libavformat / tcp.c
index bea0fb9099cb5873f123c9fd03d3b928712ea025..6c25e72b6f1d52215cc45654150a497c2e19b35c 100644 (file)
@@ -50,6 +50,7 @@ static int tcp_open(URLContext *h, const char *uri, int flags)
     if (!s)
         return AVERROR(ENOMEM);
     h->priv_data = s;
+    h->is_streamed = 1;
 
     if (port <= 0 || port >= 65536)
         goto fail;