[Cellar] Re: [PATCH 1/2] ffv1: Describe slice_pixel_width and slice_pixel_height without depending on the raster definition

Michael Niedermayer <michael@niedermayer.cc> Thu, 10 October 2024 16:37 UTC

Return-Path: <michael@niedermayer.cc>
X-Original-To: cellar@ietfa.amsl.com
Delivered-To: cellar@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2F93AC14F6FC for <cellar@ietfa.amsl.com>; Thu, 10 Oct 2024 09:37:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.107
X-Spam-Level:
X-Spam-Status: No, score=-2.107 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=niedermayer.cc
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NJSzFkUl0G1A for <cellar@ietfa.amsl.com>; Thu, 10 Oct 2024 09:37:32 -0700 (PDT)
Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E712C151088 for <cellar@ietf.org>; Thu, 10 Oct 2024 09:37:31 -0700 (PDT)
Received: by mail.gandi.net (Postfix) with ESMTPSA id 929AF240006 for <cellar@ietf.org>; Thu, 10 Oct 2024 16:37:28 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1728578248; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yrHDw9CpzKbmuY2f4d4W5T53EOR/0x+SLS2JitoRvrg=; b=JmwApfTpJpMpxopdLNKx9EMIXZvMGWappMjPtGLhKouk1t+aXNGAtP5+wAqiweffyW8d43 btFHVyHvMLpKbpSoIXxkAXvKe0VrfUtnl3G8TSQXosZhLO1AtjzZRriTXHBXJze0zQGQpT uj4T6EY2hKZjlldfZLSVth7nsbudheuKQTex5T3T+RMB/0s7O3v22CMk8xi6KwtuWaE5ne YYS9AQV2T7sMdwVSahadevWZdKr5JTqPJp9N9T6ThlkGX5qT4tukFXUpQvKGkGTk0zyy7i 74S/hDy4oSTOeQGNOD8HMQwhBIyUEvudr1hc+Q4fkyIH7x8LL59LI8bbwe+Iug==
Date: Thu, 10 Oct 2024 18:37:28 +0200
From: Michael Niedermayer <michael@niedermayer.cc>
To: cellar@ietf.org
Message-ID: <20241010163728.GF4917@pb2>
References: <20241001203749.1656950-1-michael@niedermayer.cc>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="qG2Tta+7JHLwOwk3"
Content-Disposition: inline
In-Reply-To: <20241001203749.1656950-1-michael@niedermayer.cc>
X-GND-Sasl: michael@niedermayer.cc
Message-ID-Hash: 6FH54UU7FJCGVFH6ESTZZRMHRI4S62V6
X-Message-ID-Hash: 6FH54UU7FJCGVFH6ESTZZRMHRI4S62V6
X-MailFrom: michael@niedermayer.cc
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-cellar.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Mailman-Version: 3.3.9rc5
Precedence: list
Subject: [Cellar] Re: [PATCH 1/2] ffv1: Describe slice_pixel_width and slice_pixel_height without depending on the raster definition
List-Id: Codec Encoding for LossLess Archiving and Realtime transmission <cellar.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/cellar/vsnbXHCKhWiyR6UeUJLRbYCw0TU>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cellar>
List-Help: <mailto:cellar-request@ietf.org?subject=help>
List-Owner: <mailto:cellar-owner@ietf.org>
List-Post: <mailto:cellar@ietf.org>
List-Subscribe: <mailto:cellar-join@ietf.org>
List-Unsubscribe: <mailto:cellar-leave@ietf.org>

On Tue, Oct 01, 2024 at 10:37:43PM +0200, Michael Niedermayer wrote:
> The rational behind this change is that its buggy and by referencing other things we reduce
> the places that need a bugfix
> 
> I also think this is easier to understand
> ---
>  ffv1.md | 14 ++++----------
>  1 file changed, 4 insertions(+), 10 deletions(-)

Will apply

[...]
-- 
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.