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 4B4C64595B for ; Fri, 28 Apr 2023 08:48:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C609A68BF83; Fri, 28 Apr 2023 11:48:21 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 236C168BA81 for ; Fri, 28 Apr 2023 11:48:20 +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 33S8mJuv017020 for ; Fri, 28 Apr 2023 10:48:19 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 5F114EB5C0; Fri, 28 Apr 2023 10:48:19 +0200 (CEST) Date: Fri, 28 Apr 2023 10:48:19 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20230427142601.2613-1-anton@khirnov.net> <20230427142601.2613-12-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230427142601.2613-12-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:48:19 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH 12/21] fftools/ffmpeg_filter: keep track of filtergraph input timebase 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="===============2409444383245460992==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2409444383245460992== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FXUGvS4SApK1lcyN" Content-Disposition: inline --FXUGvS4SApK1lcyN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Khirnov (12023-04-27): > Will be useful in following commits. > --- > fftools/ffmpeg_filter.c | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) >=20 > diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c > index 6b92bc074e..3c6c580093 100644 > --- a/fftools/ffmpeg_filter.c > +++ b/fftools/ffmpeg_filter.c > @@ -55,6 +55,8 @@ static FilterGraphPriv *fgp_from_fg(FilterGraph *fg) > typedef struct InputFilterPriv { > InputFilter ifilter; > =20 > + AVRational time_base; > + > AVFifo *frame_queue; > } InputFilterPriv; Just put it in InputFilter. --=20 Nicolas George --FXUGvS4SApK1lcyN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmRLiFEACgkQcZVLI8pN xgxEpxAAmU14y7rLgnlRVGN4EDcjTcXVanLuQ33n1j3wrnuL/fsLziiiSyULTZbQ KkKV2TtCXEboZOoN8qudcjwaI3OrCQPRZODArj6ZI+NofLuQ8/x+AqwFZTG5JoJO tKTbrPQpFyIIKHv8eFWw8P7qgiataQvuasbQPoy0VGukxkGLIAe/7XNkWMzsr6tm ihA53VCsMsjx0v9CTcPI0kGLlpcZtmEBNqqBxlQg40siU2mhQcyad8WOtN00YcAI KgoA5wSs67hZBFQxPUa8HvFoKeggZ5M1YZlNJhn6SN1f+rVgIq6NQi3ENt04PrgN fJmGoI2gN4f7SudMhD/vOhDMc6LFX62DSSiEsTse1jEQgbbBFvRNNlf5oETTqR0U YrgTNgXywCidlgRi8FRI7Zx/v4f8mTeOc1gIHxINRKQejn/vuT5IS09ViR5EjClu SnH4n0/B0O1pbs5BHn2sEhghcilW4mlMbylLcA/Hb85m9RhulN79kzjVuUo6WRFy y1oJRh6M0GnJFEwhQO/mwRV+A8vfqAOofBNJCX/QO66oWer2UF/p0jTjFTDwzywV MP+eiEXc1LryiY8SENtaSBT/49qU4teRoa68hSUkibznGKZBxzK9/W8KF9tRnnrV 1UzhxPfAWob3ksgcp5HjNZt95GBnrf3FyUIIDm5BLRuJsGbCkUg= =8BVQ -----END PGP SIGNATURE----- --FXUGvS4SApK1lcyN-- --===============2409444383245460992== 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". --===============2409444383245460992==--