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 B7B7446F6F for ; Sun, 23 Jul 2023 19:06:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1487E68C709; Sun, 23 Jul 2023 22:06:08 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9602068C51F for ; Sun, 23 Jul 2023 22:06:01 +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 36NJ60PJ031081 for ; Sun, 23 Jul 2023 21:06:01 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id CC9B9EB5B7; Sun, 23 Jul 2023 21:06:00 +0200 (CEST) Date: Sun, 23 Jul 2023 21:06:00 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20230722170357.964313-1-jc@kynesim.co.uk> <20230722170357.964313-2-jc@kynesim.co.uk> <48dc91a8-5da0-d074-386d-4a095651afaa@gmail.com> MIME-Version: 1.0 In-Reply-To: <48dc91a8-5da0-d074-386d-4a095651afaa@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sun, 23 Jul 2023 21:06:01 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH v3 1/1] avfilter/buffersink: Add video frame allocation callback 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="===============7150099926461927940==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7150099926461927940== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N1RdGyq7lSZPlZdx" Content-Disposition: inline --N1RdGyq7lSZPlZdx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable James Almer (12023-07-23): > Does the AVBuffersinkAllocVideoFrameFunc function have access to the > AVFilterLink ff_default_get_video_buffer() gets? I assume it'd be needed = to > get values like pixel format. If so, it should be documented how, but may= be > it's easier to just pass link here instead of the AVFilterContext, and let > the caller access link->dst if needed. The API of buffersink already exposes all the necessary format information. Regards, --=20 Nicolas George --N1RdGyq7lSZPlZdx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmS9ehUACgkQcZVLI8pN xgw8gg//TDhX287oIOvLGUNF8bpE17Urxo6hDn00OdoAEYZ6nTk2IH9fX2Gjpl0r kJwIf4VWeG+xJui960dpdb+cvxaeYoXn6DlLdijixzxcztrZzWJVHGd1wGqaN0dB ZqTx9+fwgUEopfcHW+fMHZNOfyH6t2XsMTAZfrWdNftjszpixbF1PQQMRx8nmSPE 6hj/hiHg4iFC2uzWxTi6gycEjoeoKsW7VOnTLdDKs50mzch7VRA4LaPq6xWGPQPO HBxgyNa4fV5Tyc6ySmThpZ9/NTQpJkDVi8rKXrFbyIRON4NH7apbH2zpRy7R6Mri 4Oc2Qryocoxy6RuPln5BN3g1WBEPhMMHcp5L28dkfvLIJy9vjRYlOZYahUgxe12d eboMM5Ww7EsnmQJAT/rRoo/dJtpaemvPbHaoGJrzQ9iBNYaShYq/Fsaezn6VW7zm IspYVA1BrYgCfi2lODAolnPoaiIGFBHr9r6HgJjFhkSnkMsFhJ6HN+jejTmLdstu /SrnH37I6q0qriuhRhshEQgoskQjk7bs4HnVi9MwnZ+sfwXZoNBsTeREES3LF0m3 URMHebUS89SP68losdFFNje4pLRVZoV76+xYavLuyzIOGEGzT8mZN3JcxII7v7Zb xWKX2wZUdy0EUFAHzVQ6NMbfBoByKKMop6eLlpEiRoajrMnaHmQ= =wr0N -----END PGP SIGNATURE----- --N1RdGyq7lSZPlZdx-- --===============7150099926461927940== 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". --===============7150099926461927940==--