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 DC61844873 for ; Fri, 28 Apr 2023 08:45:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5B8C068BF66; Fri, 28 Apr 2023 11:45:30 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C3A8168AAB3 for ; Fri, 28 Apr 2023 11:45:23 +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 33S8jNJr016228 for ; Fri, 28 Apr 2023 10:45:23 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 003D5EB5BF; Fri, 28 Apr 2023 10:45:22 +0200 (CEST) Date: Fri, 28 Apr 2023 10:45:22 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20230427142601.2613-1-anton@khirnov.net> <20230427142601.2613-8-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230427142601.2613-8-anton@khirnov.net> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Fri, 28 Apr 2023 10:45:23 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH 08/21] fftools/ffmpeg_filter: add filtergraph private data 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="===============0178412555049298055==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0178412555049298055== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SUXStSDL8rtV3yaR" Content-Disposition: inline --SUXStSDL8rtV3yaR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Khirnov (12023-04-27): > Start by moving OutputStream.filtered_frame to it, which really belongs > to the filtergraph rather than the output stream. Then just move them to OutputStream. This is just code noise for no practical benefit, since ffmpeg is not a library and does not have to deal with ABI stability or types declared in private headers. --=20 Nicolas George --SUXStSDL8rtV3yaR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmRLh6AACgkQcZVLI8pN xgyrVw/+Ml3IK+t/h7DFmeJqDrrL7sS4vB4v+0F1SCauGpm5azx2Ggf7EPzEegQM r2UoJVezxK6i7BDeeOBV1pz7IpUa12JOICxM5+dl9J/vdt1iSeyHYubuLAYZatnc 6/ItGTqZZekfWiZUJ/a2DCwxZAFBx2XfZuhGErlGjrhjeabZRQdhNFFo61viM2Tt c9UqeZLCPY4uQNAxr0zrYBVuJ+pbTEuCPny7cjhWdMUW3bchvqcBjxMkxcXMZX6V HcBvDKdMIH6HJ2MWu8fjkE24/U01byCRs/Yi0Sl6RpX3JeTMxrx3iH3W2wI6d1o2 xtnNt8SgK3Dp3Kx8i8ySVjmGZUBcy8gVsSzMk/1CmSyOCttkNLKVbdv8BYg0h162 Orc9WAhmkeshwlvmW1ewY+9SN8OwKH1kBVpd93SvQdM3Gg6H5uWm7cWSccVOl1w+ hoOYa9rH1mGQ/2qw4LQ3jndW2cPMQK0x15Sb7n2MrHivLNibW/VOjzvAEOfD7suG pAhB04IGGx0BFv7xqeQvFroyqJkHAYP9q+aLqXQcEdRtlpRZRAPEPeQHe0e/wmzV W9E9JGDMY7f+DsfUxYevTS6fuWYKem1lz8Sgj7a3YtXNWcnCPDkinv8mql0UjDCY a6dxZfMrotB27yy726heGkeJWcwYljEGvy0iUuP2VlMyJZFv95o= =4deX -----END PGP SIGNATURE----- --SUXStSDL8rtV3yaR-- --===============0178412555049298055== 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". --===============0178412555049298055==--