Re: [FFmpeg-devel] [PATCH] avformat/srtpproto: pass options to nested protocol

2024-08-06 Thread Michael Niedermayer
On Fri, May 10, 2024 at 03:49:02AM +0200, Kacper Michajłow wrote: > This fixes passing options dict. > > Fixes some timeouts found by OSS-Fuzz. > > Signed-off-by: Kacper Michajłow > --- > libavformat/srtpproto.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thx [..

[FFmpeg-devel] [PATCH] avformat/srtpproto: pass options to nested protocol

2024-05-09 Thread Kacper Michajłow
This fixes passing options dict. Fixes some timeouts found by OSS-Fuzz. Signed-off-by: Kacper Michajłow --- libavformat/srtpproto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/srtpproto.c b/libavformat/srtpproto.c index 61669e05ad..02cf156327 100644 ---