Re: [FFmpeg-devel] [PATCH V2 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-02 Thread Andriy Gelman
On Mon, 02. Dec 14:25, myp...@gmail.com wrote: > On Mon, Dec 2, 2019 at 12:57 PM Andriy Gelman > wrote: > > > > On Sun, 01. Dec 21:31, Jun Zhao wrote: > > > From: Jun Zhao > > > > > > add linger parameter to libsrt, it's setting he number of seconds > > > that the socket waits for unsent data

Re: [FFmpeg-devel] [PATCH V2 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-01 Thread myp...@gmail.com
On Mon, Dec 2, 2019 at 12:57 PM Andriy Gelman wrote: > > On Sun, 01. Dec 21:31, Jun Zhao wrote: > > From: Jun Zhao > > > > add linger parameter to libsrt, it's setting he number of seconds > > that the socket waits for unsent data when closing. > > minor spelling > Will fix > > > >

Re: [FFmpeg-devel] [PATCH V2 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-01 Thread Andriy Gelman
On Sun, 01. Dec 21:31, Jun Zhao wrote: > From: Jun Zhao > > add linger parameter to libsrt, it's setting he number of seconds > that the socket waits for unsent data when closing. minor spelling > > Signed-off-by: Jun Zhao > --- > doc/protocols.texi |4 > libavformat/libsrt.c |

[FFmpeg-devel] [PATCH V2 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-01 Thread Jun Zhao
From: Jun Zhao add linger parameter to libsrt, it's setting he number of seconds that the socket waits for unsent data when closing. Signed-off-by: Jun Zhao --- doc/protocols.texi |4 libavformat/libsrt.c | 13 + 2 files changed, 17 insertions(+), 0 deletions(-) diff