[FFmpeg-devel] libavformat/tcp.c : add send_buffer_size and recv_buffer_size options

2016-01-15 Thread Perette Barella
is also at: http://deviousfish.com/Downloads/tcp_c_buffer_size.patch Thank you. Perette -- Perette Barella • pere...@barella.org • 585-286-1312 176 Middlesex Road, Rochester NY 14610 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] libavformat/tcp.c : add send_buffer_size and recv_buffer_size options

2016-01-15 Thread Perette Barella
On 2016年01月15日, at 18:42, Michael Niedermayer wrote: > no, theres no patch Trying again, including it inline below: --- tcp.c 2015-12-19 21:07:51.0 -0500 +++ /Users/perette/Desktop/tcp.c2016-01-15 16:09:03.0 -0500 @@ -37,19 +37,23 @@ int fd; int listen;

Re: [FFmpeg-devel] libavformat/tcp.c : add send_buffer_size and recv_buffer_size options

2016-01-19 Thread Perette Barella
> tabs aren’t allowed in ffmpeg git (except makefiles) fixed > SO_RCVBUF occurs twice, is that intended ? Not intended, fixed, thanks. > cleaning up the indention is welcome, but please in a seperate patch Removed from this patch. > also an update to the docs is needed Done. Updated patch follo