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 0C267498B5 for ; Sun, 21 Apr 2024 17:07:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 979A368D194; Sun, 21 Apr 2024 20:07:11 +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 B9ADB68CD27 for ; Sun, 21 Apr 2024 20:07:04 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id EE21A1BF204 for ; Sun, 21 Apr 2024 17:07:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1713719224; 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=t/1/WA0CTG3U7l9v2ClIt1w9CtQjnWa8gx/+3kiR2Qc=; b=Hxhrg7s67Eva3VqF4NSqv/5FvZC8IGdYhwTkGM9L4HKfp+uA5ODAVCuoSqxZklQ9INqbCT 6O6WjTMFSJNnaqDF2OROdY6yNjUwDH5IcBNmJVTubnjln3FemH9ZOmcyYwc2rxlvQ1f3CJ DYt58Cu1HUOtgh7W3A+pH1z9iFZD4owePYydyUC3RJgo/lap50WR9PG9ziPemLcV6XzcqB 0v3zbPn2TqIm7jUo3340/NVezUVxGx/gTSG7lR1kifXIeFQI3flRAXhMDR8Xx4a2q3YTjT 1SFgEVL+Xpt8xjcXGuEBhT5Dr9Sdr859u4xUZeQucvK8gGT/G0w72r+FwQ7NrA== Date: Sun, 21 Apr 2024 19:07:03 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240421170703.GX6420@pb2> References: <20240420011037.1162258-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tools: add target_enc_fuzzer.c 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="===============1590101843010019394==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1590101843010019394== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="O+7JqZBK+WT6CGO/" Content-Disposition: inline --O+7JqZBK+WT6CGO/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 20, 2024 at 09:50:19AM +0200, Stefano Sabatini wrote: > On date Saturday 2024-04-20 03:10:37 +0200, Michael Niedermayer wrote: [...] > > +static const FFCodec *AVCodecInitialize(enum AVCodecID codec_id) >=20 > nit: snake_case, also the function is used once and the code can be > embedded in the code This is from the decoder fuzzer, it seems not needed at all so i droped it thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to try to make unequal things equal. -- Aristotle --O+7JqZBK+WT6CGO/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZiVHswAKCRBhHseHBAsP q1IcAJ9vWW1WjcwON/Tw/EhyHuOEqqM5EQCfTeLjf7bR+3cZ7G40UYR7npScOd0= =KEzm -----END PGP SIGNATURE----- --O+7JqZBK+WT6CGO/-- --===============1590101843010019394== 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". --===============1590101843010019394==--