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 26C9E42353 for ; Wed, 13 Jul 2022 15:02:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 404B468B9BE; Wed, 13 Jul 2022 18:02:14 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 13D2568B74C for ; Wed, 13 Jul 2022 18:02:05 +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 26DF24K7028862 for ; Wed, 13 Jul 2022 17:02:05 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id B7705E1DC8; Wed, 13 Jul 2022 17:02:04 +0200 (CEST) Date: Wed, 13 Jul 2022 17:02:04 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220713091725.16638-1-anton@khirnov.net> <20220713091725.16638-3-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20220713091725.16638-3-anton@khirnov.net> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Wed, 13 Jul 2022 17:02:05 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH 3/9] lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 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="===============1081023472786475973==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1081023472786475973== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TXDq61QKaFxrG89t" Content-Disposition: inline --TXDq61QKaFxrG89t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Khirnov (12022-07-13): > --- > doc/filters.texi | 2 +- > libavfilter/buffersrc.c | 7 +++++++ > libavfilter/f_loop.c | 14 ++++++++++++++ > libavfilter/vf_deshake_opencl.c | 7 +++++++ > libavfilter/vf_drawtext.c | 16 ++++++++++++++++ > 5 files changed, 45 insertions(+), 1 deletion(-) No objection from me. But pkt_duration is mostly unused in libavfilter: the authoritative information about a packet duration is given by the timestamp of the next packet. What f_loop and vf_deshake_opencl currently do is slightly bogus. Regards, --=20 Nicolas George --TXDq61QKaFxrG89t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmLO3moACgkQcZVLI8pN xgyziRAAn58EKe0PiAtfsDrUfP5iqhOqsN42rwU731wNqiGdVe8ijNl+mnxK+l2g L92HVTGKrCOgIZahFCPkU5IDoxJYtRsnE2pCQTkY1ygGBr2QAW2s99EGMwpHlWTS 5AJngwEWItb/9HMvpzEVmU1Sf9QmVue4Xj3SOXpsDqEOeAOXQ8jy6MAeDYWd732z Fj+Gq7D1MZxUL2v/M0w/t8DGYLUpaJ2M04c/SyttjoYd9IibJ4Mmf7LTPGv4yj0p Qv1VFiBtYX3qpnCWWMxHmU+Y2qfFDOsHa9F+q3051fftcBKjNSuYUgZgc3KyVONh 1Sw7liicLsssxkmV6l2ZGXbC4mIImX6qHlY29umzn46CGTKO0/SePplcbaX9A09g 6cw/zmlcrTMcR9aAv1jGuPzZVRtFl7jA3OsUHKUB8hMDF7KDhOEmpMm+3FBiIMSk AGMS4Vw74GAQUwApUEFUfnmxXrliNaarIooyqzwOEnZcYrzCQh3LNY11PifB3UiQ jVP0tyH1WtcCZshFxSoA6iYerY8VyQbUqQxasB9pYxpwLsnN/rQ2GcBcadcnhw2o dr7FdX7uetmhgSF5QEoeJFBKV025ZbUT6mOyQ8YVoPeAm1FtqJBltGOYlN8Yxl5V Pmlp0L0DTVJLKsOcd8fskBXjM+vhMPzKNHRTVNsGkFwTj8l/9ig= =HxFP -----END PGP SIGNATURE----- --TXDq61QKaFxrG89t-- --===============1081023472786475973== 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". --===============1081023472786475973==--