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 EE3D9411BD for ; Tue, 15 Feb 2022 13:06:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B373568B21E; Tue, 15 Feb 2022 15:06:44 +0200 (EET) Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 61EFB68B216 for ; Tue, 15 Feb 2022 15:06:37 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id D4140100011 for ; Tue, 15 Feb 2022 13:06:34 +0000 (UTC) Date: Tue, 15 Feb 2022 14:06:33 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220215130633.GG2829255@pb2> References: <20210503113157.2215-1-zane@zanevaniperen.com> <20210503113157.2215-4-zane@zanevaniperen.com> <20220214193256.GF2829255@pb2> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 4/4] avformat: add Argonaut Games CVG muxer 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="===============2666757850236812699==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2666757850236812699== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dXjkapTmOFeqqigw" Content-Disposition: inline --dXjkapTmOFeqqigw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 15, 2022 at 10:09:50AM +1000, Zane van Iperen wrote: >=20 >=20 > On 15/2/22 05:32, Michael Niedermayer wrote: >=20 > > > +static int argo_cvg_write_trailer(AVFormatContext *s) > > > +{ > > > + ArgoCVGMuxContext *ctx =3D s->priv_data; > > > + int64_t ret; > > > + > > > + av_log(s, AV_LOG_TRACE, "size =3D %zu\n", ctx->size); > > > + av_log(s, AV_LOG_TRACE, "checksum =3D %u\n", ctx->checksum); > > > + > > > + /* > > > + * NB: This is wrong. We're always slightly under the original. > > > + * Verified by remuxing. For reference (orig - remuxed): > >=20 > > > + * - TCLD.CVG: 4706074 - 4705696 =3D 378 > > > + * - DANLOOP1.CVG: 5684641 - 5684212 =3D 429 > > > + * - CRYS.CVG: 2495499 - 2495367 =3D 132 > > > + * - PICKUP88.CVG: 1348091 - 1347937 =3D 154 > > > + * - SELECT1.CVG: 549987 - 549752 =3D 235 > >=20 > > Are these files available somewhere ? > >=20 >=20 > Yup, here you go: https://0x0.st/o8NK.xz >=20 > That's a .tar.xz, the extension was stripped. thanks, just posted a patch which fixes the checksum [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --dXjkapTmOFeqqigw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYgulVgAKCRBhHseHBAsP qzglAJ0Xo/fzGcUK6gzey4f76HRUplGG9gCeNJMCXC/znaJStfA3KfBgdPO/Seg= =a4Bn -----END PGP SIGNATURE----- --dXjkapTmOFeqqigw-- --===============2666757850236812699== 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". --===============2666757850236812699==--