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 3CDD849CFD for ; Fri, 8 Mar 2024 13:28:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0751F68CF50; Fri, 8 Mar 2024 15:28:41 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F58C68C498 for ; Fri, 8 Mar 2024 15:28:34 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1709904514; bh=m2l1x3ych8kY4IvWCYy/szpX49uDEznzZp7kNHUvJvw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KRve/VtpT5SyJI38dZ1s83IaPHfF9KPiS1pIK3kt/mdPewwWuXgW4W6d8qw9UZVYe 0BtjDYcfBp51VjsyKKB1L8aL9C0asU7VfTTkPCGksiRDB7zbYw/HKpdDWVG7caWnCy ZH42XkW5hNrc4kt1a+HeZ6QtK2tMjUzZEHNOecMk= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 2895C40015; Fri, 8 Mar 2024 14:28:34 +0100 (CET) Date: Fri, 8 Mar 2024 14:28:33 +0100 Message-ID: <20240308142833.GB30417@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240308132108.28337-3-ffmpeg@haasn.xyz> References: <20240308132108.28337-1-ffmpeg@haasn.xyz> <20240308132108.28337-3-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v2 2/4] avcodec/aom_film_grain: implement AFGS1 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 Cc: Niklas Haas Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, 08 Mar 2024 14:21:06 +0100 Niklas Haas wrote: > From: Niklas Haas > > Changes from v1: > - fixed interpretation of num_sets_minus1 (missing +1) Also removed the 'Note:' from the commit message, as I have received clarification from the spec authors confirming that our implementation was the correct interpretation. _______________________________________________ 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".