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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to