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 15AEA4795B for ; Wed, 27 Sep 2023 23:20:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A918E68CA50; Thu, 28 Sep 2023 02:20:28 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 74B4268C9E2 for ; Thu, 28 Sep 2023 02:20:22 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4F29840005 for ; Wed, 27 Sep 2023 23:20:20 +0000 (UTC) Date: Thu, 28 Sep 2023 01:20:20 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230927232020.GV3543730@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 29/61] avcodec/mobiclip: Avoid unnecessary VLC structure 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="===============3838764234927183137==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3838764234927183137== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pkBzO0lo80FoaZii" Content-Disposition: inline --pkBzO0lo80FoaZii Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 27, 2023 at 12:17:00AM +0200, Andreas Rheinhardt wrote: > Everything besides VLC.table is basically write-only > and only VLC.table needs to be retained. >=20 > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/mobiclip.c | 41 ++++++++++++++++++----------------------- > 1 file changed, 18 insertions(+), 23 deletions(-) This produces (vissible) difference in some files for example https://samples.ffmpeg.org/game-formats/moflex/B7.moflex (this doesnt seem to decode correctly before either but it looks worse here after this change) thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I know they do not approve, and what they approve I do not know. -- Epicurus --pkBzO0lo80FoaZii Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZRS4sAAKCRBhHseHBAsP qxFmAJ4vq0eYriUK/pv7ypecnfUg8WNIAgCeKxGaczl4kbUUpl1J8z8PvBctId8= =d5hW -----END PGP SIGNATURE----- --pkBzO0lo80FoaZii-- --===============3838764234927183137== 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". --===============3838764234927183137==--