Re: [FFmpeg-devel] [PATCH] avformat/libsrt: remove url_get_file_handle implementation

2021-09-18 Thread Marton Balint
On Mon, 9 Aug 2021, Zhao Zhili wrote: SRTSOCKET is an abstraction designed by libsrt, it's not guaranteed to be a real file descriptor. Even if it is, it should not be operated directly outside of libsrt. --- libavformat/libsrt.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/libavf

[FFmpeg-devel] [PATCH] avformat/libsrt: remove url_get_file_handle implementation

2021-08-09 Thread Zhao Zhili
SRTSOCKET is an abstraction designed by libsrt, it's not guaranteed to be a real file descriptor. Even if it is, it should not be operated directly outside of libsrt. --- libavformat/libsrt.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c inde