]> git.sesse.net Git - ffmpeg/commit
avformat/libsrt: make avformat connect timeout 0 by default
authorMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 10:30:16 +0000 (11:30 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 23 Feb 2020 23:13:38 +0000 (00:13 +0100)
commit290a35aefed250a797449c34d2f9e5af0c4e006a
treed7c39425bb16da2440bbdbbbd409420fbd3f1f41
parent449e984192d94ac40713e9217871c884657dc79d
avformat/libsrt: make avformat connect timeout 0 by default

Otherwise the user is not able to override the SRT API connect timeout above 5
sec without also setting the timeout option.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/libsrt.c