[FFmpeg-devel] [PATCH 4/4] avformat: add Argonaut Games CVG muxer
Michael Niedermayer
michael at niedermayer.cc
Tue Feb 15 15:06:33 EET 2022
On Tue, Feb 15, 2022 at 10:09:50AM +1000, Zane van Iperen wrote:
>
>
> On 15/2/22 05:32, Michael Niedermayer wrote:
>
> > > +static int argo_cvg_write_trailer(AVFormatContext *s)
> > > +{
> > > + ArgoCVGMuxContext *ctx = s->priv_data;
> > > + int64_t ret;
> > > +
> > > + av_log(s, AV_LOG_TRACE, "size = %zu\n", ctx->size);
> > > + av_log(s, AV_LOG_TRACE, "checksum = %u\n", ctx->checksum);
> > > +
> > > + /*
> > > + * NB: This is wrong. We're always slightly under the original.
> > > + * Verified by remuxing. For reference (orig - remuxed):
> >
> > > + * - TCLD.CVG: 4706074 - 4705696 = 378
> > > + * - DANLOOP1.CVG: 5684641 - 5684212 = 429
> > > + * - CRYS.CVG: 2495499 - 2495367 = 132
> > > + * - PICKUP88.CVG: 1348091 - 1347937 = 154
> > > + * - SELECT1.CVG: 549987 - 549752 = 235
> >
> > Are these files available somewhere ?
> >
>
> Yup, here you go: https://0x0.st/o8NK.xz
>
> That's a .tar.xz, the extension was stripped.
thanks, just posted a patch which fixes the checksum
[...]
--
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220215/e1d023be/attachment.sig>
More information about the ffmpeg-devel
mailing list