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 2A6BD42D4B for ; Tue, 7 Jun 2022 12:18:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E1AE668B648; Tue, 7 Jun 2022 15:18:50 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EA10168B4E6 for ; Tue, 7 Jun 2022 15:18:44 +0300 (EEST) 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 257CIgeh022859 for ; Tue, 7 Jun 2022 14:18:42 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 9926CE00CF; Tue, 7 Jun 2022 14:18:42 +0200 (CEST) Date: Tue, 7 Jun 2022 14:18:42 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <165460245286.5088.10167011834893162223@lain.khirnov.net> <20220607120247.1666-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220607120247.1666-1-jamrial@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Tue, 07 Jun 2022 14:18:42 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH v3] avutil/frame: add av_frame_replace 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="===============7997457068769991379==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7997457068769991379== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RWcVOWTnM/Ko6Gj3" Content-Disposition: inline --RWcVOWTnM/Ko6Gj3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable James Almer (12022-06-07): > Signed-off-by: James Almer > --- > libavutil/frame.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++ > libavutil/frame.h | 13 +++++ > 2 files changed, 145 insertions(+) I do not like having a new function without anything that uses it. It results in several cases in a function that is not really useful because of a small design flaw. Can you update other parts of the code to make use of the new function? Regards, --=20 Nicolas George --RWcVOWTnM/Ko6Gj3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmKfQiAACgkQcZVLI8pN xgyuuBAAhKCJEecCumFXcmRuexUq7EtYzFyVc/vqHjLliaFHc8JNPCjakEm+TTPr P4vkKw5jV1FWz9WXlrzgx12bSqc6HsIa37SVBLd/i2ALRN0BBEyOGsgT2tCMZ5BZ uUfIyaqo2eUQA6B2zPZEuC0D59ohMKHZcl5TFuFac5CcSRFFrFIW89p0zUWk4gdA k8F3C7hENynDVDoH4vi2EF2ydwO3Tg73rinDcf8qJrJuNbxqzOGOXnOzgovLILBy c9Xs8beB+gltPdNHK0OATmPZVGDpWNDHU/zjMe3+GKnM8tbZVtIBIZ3BPmrVz8U/ n7di2iL4bQy+cRW115YL84hyvb7iI0BBVp2kEszfpnk2dMYSykinqhNvvA21igF5 1wXGVsMBnxwRGKGUjc0HwpqPVqgIZzYD4el0bQ3L/9J3029d9Z+nB9IFrM+/wPhL Z3RqomcW9yektechndR819qy0eieANDA+NeRWt96N/fwN4VzCp0HqYUsubAtyI0E QTMYLGDJGuW9YJDehfo1BHiSyoAgiqwQUq0lLmuTnxRGtg2XDCTSyESWL/WO3z8E yNQRbH1XEWaNmXFQgp0wS359eJAvuCw2M9d/ZGwooROeOF2GWl07gwwMHtljmDXj /FOOnKtuc9yR876qpjy/qzwuow8l10Yzt7o9WvpJbxLoEZ8Wgdo= =YDYR -----END PGP SIGNATURE----- --RWcVOWTnM/Ko6Gj3-- --===============7997457068769991379== 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". --===============7997457068769991379==--