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 526594399D for ; Thu, 4 Aug 2022 08:23:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C8B4968B7AA; Thu, 4 Aug 2022 11:23:51 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 47CC768B7AA for ; Thu, 4 Aug 2022 11:23:45 +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 2748NitX000882 for ; Thu, 4 Aug 2022 10:23:44 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 69C35EB5BC; Thu, 4 Aug 2022 10:23:44 +0200 (CEST) Date: Thu, 4 Aug 2022 10:23:44 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220803135844.16662-1-anton@khirnov.net> <20220803135844.16662-19-anton@khirnov.net> <165960120321.10012.18412062721143749209@lain.khirnov.net> MIME-Version: 1.0 In-Reply-To: <165960120321.10012.18412062721143749209@lain.khirnov.net> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Thu, 04 Aug 2022 10:23:44 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH 19/25] fftools/ffmpeg: report new streams from the input thread 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="===============8608088266393577708==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8608088266393577708== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IZbL17ryUIGY0zNi" Content-Disposition: inline --IZbL17ryUIGY0zNi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Anton Khirnov (12022-08-04): > src/fftools/ffmpeg_demux.c:41:46: warning: passing argument 3 of =E2=80= =98av_ts_make_time_string=E2=80=99 discards =E2=80=98const=E2=80=99 qualifi= er from pointer target type [-Wdiscarded-qualifiers] > 41 | pkt->pos, av_ts2timestr(pkt->dts, &st->time_base)); av_ts_make_time_string() should have const on its *tb argument. Good catch. Regards, --=20 Nicolas George --IZbL17ryUIGY0zNi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmLrggoACgkQcZVLI8pN xgwRbRAAmU2Id8arDiQ6WVS4VAcS+TTsbX5W5Maa8M6iZBqaIsYa4ETwbuy4jwZr tdU9VrjcceH80i6WBfhxkbmU21XJq4f7DSPbebSeeW6nrjVlOLECeUH5ATHOj7OT 2QvliK4Pw8u/eyFE+9/NuSl274gH/7CYhcJ8ySIB1MLYkq/CPoxdCJUzv20G0E9I V2CQA4EClXwYJc4afe3Tv+2g1QUKoswvqznOlzbEjDsRDpvnrLSeIAsfSnwgUMCU Kh7lNwaA1GWhfCpO0BAr1rofkPPOrA23btlAvlkvxs1jLBVlxbzsqnpw9Rnr4Be6 R9ND9Jj6a0gRz3RsHLs9AlnAXQoVVBjHx2QRlMOb+NxY7zPP4EhbW6Jvdh5rvK2x SlMpukAQyPWVkkegHWW10nZqJUxZgTxZnEdbjEKwd7t76i4t4OM2bUWfiafzTZLs vrXlc6ayk96ZXC0CVOEmQ/xqLvzEefs3NRt3ebQGWQG0OupHxXmTS5SaxQ3EZGJf ZLTnIqrk4AhSPRbhmbPXstgiVqQG5PavGWlELvvtmMmJSmuhYNyrr1O8f2KLfauz w7SlY3lMWOVXOiReRt6JEW7TEyCFnEmS2w/Q7j8+fFhj6uRUagjSLOo5xew6U9rG xmY8K7TMzYHfL9Sc4va8bPGSNyONDIox2xELkVBuNB2Kl9ov4jo= =ZhBq -----END PGP SIGNATURE----- --IZbL17ryUIGY0zNi-- --===============8608088266393577708== 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". --===============8608088266393577708==--