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 18424410DF for ; Tue, 15 Feb 2022 00:10:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E53868B1C7; Tue, 15 Feb 2022 02:10:04 +0200 (EET) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4CACB68AF85 for ; Tue, 15 Feb 2022 02:09:57 +0200 (EET) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1644883796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J/pf82ZmDizVy1CBUHnJRsRM4VL16OSBczHwQkymNtM=; b=h7xJmOKfqtzBkUBhrQe4uEvuUp6oZ+OuK2V0tB6V4iqdVGQ9mTAzBXSo2LLpDXmZbiATVy Ba/QQKoAturH0u3vd98xP7dgvCsupYxzYn5tn42gHBZbnF31qhpi3ghxGpgZ49GfHwgqnV soypM4mS8BaYPWMqwLNKSdm3PMkPgFGzVjFiMoBSW/hcrhWgwscTuLZnrXUxURJTyxtuzQ ++tAAVVOLE6XXBsueSUxOmgrPrvRwBZ3UZw9bY9yoJqXS79J3VHgrwHVxfGyy+ibl34Nqz Fg8ZXz65Y5wfRU+eSS8P3wjRhbW5ngnQlsXXXgY5SBTc27DAQz2k3+YNH1m+Kg== Date: Tue, 15 Feb 2022 10:09:50 +1000 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20210503113157.2215-1-zane@zanevaniperen.com> <20210503113157.2215-4-zane@zanevaniperen.com> <20220214193256.GF2829255@pb2> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: <20220214193256.GF2829255@pb2> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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. Zane _______________________________________________ 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".