From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 129CB4C837 for ; Tue, 6 Aug 2024 22:31:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A892868DAC3; Wed, 7 Aug 2024 01:31:54 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 96D0468DA2F for ; Wed, 7 Aug 2024 01:31:47 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 065621BF203 for ; Tue, 6 Aug 2024 22:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1722983507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4RwpIHvb/21ICDk7jie7abZjcXJyK+ZFzOOHlYMJDzk=; b=Vw0T6/ecTtLpdi1vcDTkm2hd3BmfskwmUBRZZWiJ0PzN2bemDkN3aaM1Afnv6++0BLMHVw 8lMWC72r5NS3+UxK5z/GbSl+sZulpg5WsRxzB84YlcxZMALuS77RdheFGbmdqguVmScIKW b6rT7nTKBCoA/32hX7dKFFXnzs01omCIFSpkFQ1j67sPcsDGRYkKhAkvSG5HuQv3z6474z oRBvm3/fb+NeImmZpKyaVWrrLYIZ2uchvfuc0gK6FXnS31l3IlbOrhWr+Uh0tsfjWwc2R7 qEY6kka+SkP9PD3ejHRKbzhr7wUfb8hPPRk397UgdvUmJmOQ+7dBckKfjIMUfg== Date: Wed, 7 Aug 2024 00:31:46 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240806223146.GR4991@pb2> References: <20240510014931.644-1-kasper93@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240510014931.644-1-kasper93@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/srtpproto: pass options to nested protocol X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============5584904505330605922==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5584904505330605922== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZutuIa7cvbRnFdec" Content-Disposition: inline --ZutuIa7cvbRnFdec Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 10, 2024 at 03:49:02AM +0200, Kacper Michaj=C5=82ow wrote: > This fixes passing options dict. >=20 > Fixes some timeouts found by OSS-Fuzz. >=20 > Signed-off-by: Kacper Michaj=C5=82ow > --- > libavformat/srtpproto.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Take away the freedom of one citizen and you will be jailed, take away the freedom of all citizens and you will be congratulated by your peers in Parliament. --ZutuIa7cvbRnFdec Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZrKkUgAKCRBhHseHBAsP q1JAAJ9iYSImTkRxgPIF10OVdkiIsPNv1ACeM5jOyyJW4PP1K+68Al7BdD0pAcc= =N11x -----END PGP SIGNATURE----- --ZutuIa7cvbRnFdec-- --===============5584904505330605922== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============5584904505330605922==--