[libav-devel] [PATCH 3/8] file: Add an option for following a file that is being written

2016-03-19 Thread Martin Storsjö
Using this requires setting the rw_timeout option to make it terminate, alternatively using the interrupt callback (if used via the API). --- Added documentation, added a micro bump. --- doc/protocols.texi| 11 +++ libavformat/file.c| 4 libavformat/version.h | 2 +- 3

Re: [libav-devel] [PATCH 3/8] file: Add an option for following a file that is being written

2016-03-19 Thread Martin Storsjö
On Sat, 19 Mar 2016, Anton Khirnov wrote: Quoting Martin Storsjö (2016-03-18 13:01:37) Using this requires setting the rw_timeout option to make it terminate, alternatively using the interrupt callback (if used via the API). --- libavformat/file.c | 4 1 file changed, 4 insertions(+)

Re: [libav-devel] [PATCH 3/8] file: Add an option for following a file that is being written

2016-03-19 Thread Anton Khirnov
Quoting Martin Storsjö (2016-03-18 13:01:37) > Using this requires setting the rw_timeout option to make it > terminate, alternatively using the interrupt callback (if used via > the API). > --- > libavformat/file.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/file.c

[libav-devel] [PATCH 3/8] file: Add an option for following a file that is being written

2016-03-19 Thread Martin Storsjö
Using this requires setting the rw_timeout option to make it terminate, alternatively using the interrupt callback (if used via the API). --- libavformat/file.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 4f581cf..8683c1b 100644 ---