]> git.sesse.net Git - ffmpeg/commit
avformat/libsrt: fix name of timeout option
authorMarton Balint <cus@passwd.hu>
Thu, 13 Feb 2020 22:50:32 +0000 (23:50 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 23 Feb 2020 23:02:45 +0000 (00:02 +0100)
commit006744bdbd83d98bc71cb041d9551bf6a64b45a2
treea01df65ec0cb9f22b2c8522286180ca9ffa11c79
parentb96bc946f219fbd28cffc1efea78fd42f34148ec
avformat/libsrt: fix name of timeout option

rw_timeout is the generic URLcontext option, not the protocol specific timeout
option, also ?rw_timeout never worked because ?timeout was parsed instead.

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