1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavformat
Nicolas Sugino 86f5fd471d avformat/libsrt: close listen fd in listener mode
In listener mode the first fd is not closed when libsrt_close() is called
because it is overwritten by the new accept fd.  Added the listen_fd to the
context to properly close it when libsrt_close() is called.

Fixes trac ticket #8372.

Signed-off-by: Nicolas Sugino <nsugino@3way.com.ar>
Signed-off-by: Marton Balint <cus@passwd.hu>
2020-08-20 16:24:46 +02:00
..
2020-03-17 16:05:49 +01:00
2020-06-22 12:19:56 +02:00
2020-03-17 16:04:42 +01:00
2020-03-17 16:08:13 +01:00
2020-08-18 07:03:00 +02:00
2020-05-30 18:02:55 +02:00
2020-05-31 00:55:12 +02:00
2020-06-18 21:31:13 +02:00
2020-08-04 18:27:51 +02:00
2020-04-19 02:37:46 +02:00
2020-03-17 22:46:36 +01:00
2020-06-06 00:25:00 +02:00
2020-06-06 00:25:00 +02:00
2020-05-19 20:09:25 +02:00
2020-02-16 12:54:57 +01:00
2020-06-04 10:52:42 +02:00
2020-06-13 00:43:09 +02:00
2020-02-20 14:41:26 +01:00
2020-03-12 18:47:39 +01:00
2020-07-26 16:47:01 +02:00