diff options
author | Nicolas Sugino <nsugino@3way.com.ar> | 2020-08-13 22:18:26 -0300 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-09-08 20:16:20 +0200 |
commit | dae6d75a31acd519e82b5767fbcb34b790e172b4 (patch) | |
tree | 0225425eaea8d80662ac7ca470f39c0cd3dd2200 /doc/examples/decode_video.c | |
parent | 5382d3b853952b93773e084ab74e793ac4205af8 (diff) | |
download | ffmpeg-dae6d75a31acd519e82b5767fbcb34b790e172b4.tar.gz |
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>
(cherry picked from commit 86f5fd471d35423e3bd5c9d2bd0076b14124faee)
Diffstat (limited to 'doc/examples/decode_video.c')
0 files changed, 0 insertions, 0 deletions