]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tcp.c
Do not set codec_tag property for matroska muxers.
[ffmpeg] / libavformat / tcp.c
index 963a9934953ec718a6c3a9fd32f54ece99fd5cca..eb982d56756eaed8a260b9e1f3923317ea15c496 100644 (file)
@@ -45,7 +45,7 @@ static int tcp_open(URLContext *h, const char *uri, int flags)
     char buf[256];
     int ret;
     socklen_t optlen;
-    int timeout = 100;
+    int timeout = 50;
     char hostname[1024],proto[1024],path[1024];
     char portstr[10];