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 BECB2402FF for ; Sun, 20 Mar 2022 19:45:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3E53968B0A2; Sun, 20 Mar 2022 21:45:06 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B48FD68A141 for ; Sun, 20 Mar 2022 21:44:59 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 22KJiwFn031779 for ; Sun, 20 Mar 2022 20:44:58 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id 1E8ABE0095; Sun, 20 Mar 2022 20:44:58 +0100 (CET) Date: Sun, 20 Mar 2022 20:44:58 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220320193619.51185-1-jamrial@gmail.com> <20220320193619.51185-7-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220320193619.51185-7-jamrial@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sun, 20 Mar 2022 20:44:58 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: deprecate the ac option 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="===============1741634616307678632==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1741634616307678632== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rVV3ASzfYq0EG2Mf" Content-Disposition: inline --rVV3ASzfYq0EG2Mf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable James Almer (12022-03-20): > Same as the AVCodecContext option. >=20 > Signed-off-by: James Almer > --- > fftools/ffmpeg.h | 2 ++ > fftools/ffmpeg_opt.c | 8 ++++++++ > 2 files changed, 10 insertions(+) I do not like this: it requires more typing from the user, even with the "short" alias in the previous patch. Also, there are many occurrences of "-ac" in the documentation, they need to be updated too. Regards, --=20 Nicolas George --rVV3ASzfYq0EG2Mf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmI3hDYACgkQcZVLI8pN xgwzCA//cyHg8nRH/IOHYrgsvpCGsz3Uy9DcM2JXyCoO+oSnVaM3vdmACRQspZLi oCIyQ0NYN4kr1l6ZvaD1voUE+Grr2SQb51sk++HQUFBHYRTpfQVSUvzSxvZp85IJ OSOUAHZKne+OPG7i+qDCRVtvvJvr4x1ctAjMjw18srSvSfLOgCIVsN2aqrBCgd3B 7pxaSwX398lNcNVz/15Y3SJ19FhH3YwPvSxzy/AAVRzcKO7GpgZ6UrDJAwAmcaCb 6tsZqN4X7NmiZDwOV3GOWevJcA3RuHmz0n1rmG1vwAF4FrJPwfpN3awtWO5GEtgC 5nJamUnXtsPySXCxWwuCpisYPte9R0YxKdUrDJjfVr2NapFLSp4cflh03PqSJ5yl hCaGU1xZVyf7DkgzM9TsDAOcnO2u5JOG1ad12V9n41fcDSyjtyxD8i7BNQO2ivQp yp6kl46XoM/Bwj5fmyCq+ibYZqrTkuTajpcTDNGOftaei59D9GiTYZ2xPJmhpzaC +NcChDDzH7QbKpnF0DuG7oWJ4/hDarwnqL+j/D08IVkGrl3IoSAeClm8VV76eYhY RKb69J5L5yM5NjitHF1FUEbAWn7BfJ15HsRbd14m/fm3r/8iz7OaNJlOaxcVPm4U wKzZX4SsEgKejZcdHCjO0PX4FJcgPyw8t7dW0Lcj4/vr69O97hY= =010X -----END PGP SIGNATURE----- --rVV3ASzfYq0EG2Mf-- --===============1741634616307678632== 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". --===============1741634616307678632==--