Re: [FFmpeg-devel] [PATCH 2/3] avformat/tcp: use generic socket API

2017-11-09 Thread Michael Niedermayer
On Thu, Nov 09, 2017 at 04:31:31PM +0700, Nablet Developer wrote: > this allows to implement other protocols which use > API similar to BSD sockets (e.g. Haivision SRT) > > Signed-off-by: Nablet Developer > --- > libavformat/tcp.c | 118 >

[FFmpeg-devel] [PATCH 2/3] avformat/tcp: use generic socket API

2017-11-09 Thread Nablet Developer
this allows to implement other protocols which use API similar to BSD sockets (e.g. Haivision SRT) Signed-off-by: Nablet Developer --- libavformat/tcp.c | 118 +++--- libavformat/tcp.h | 59 +++ 2 files