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 89CCA46195 for ; Wed, 7 Jun 2023 22:05:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 73DD468C097; Thu, 8 Jun 2023 01:05:46 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 36C6668BAEB for ; Thu, 8 Jun 2023 01:05:40 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 34A411060147 for ; Wed, 7 Jun 2023 22:05:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1686175539; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=Jo8ttRs822LRfLIA/7eKpCGqO0Hs11cauc/o3ve99EU=; b=L56iEz7d13rqX09uecmo+IV/qL7gdcayeX6ZIDPCs/7N/JH77TIhOTKbIzaZiCTC nAyS4DhJ5WPhZWW0+KmBPmSkbkfVUEc/BDIjPuxn55FdBF39HjhDd5OwWLgOJD1GfGj +VSZC+AOb+zi+InfOpzxRC7ON0iP/dBf4luBdXQqZJaZgYAv0GwQJ4qa7B8Qp5pXWZx cnFycm/zc7wOM6tSkfcz6pQJGkKah41W/E3FvgBaH2nM/95iiQZ3eaEVuRG4POuLC9o J6dBNLeT4w6UNvsptmVDeXzTNIEdBe0LGSKpZxz4AowxzSqqOy/ym2IQ4UwwTxEw5GW plryhssMAw== Date: Thu, 8 Jun 2023 00:05:39 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] hevcdec: remove redundant bits_used_for_short_term_rps field 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-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: Jun 6, 2023, 13:03 by dev@lynne.ee: > It was introduced for Vulkan, but it is equivalent to > short_term_ref_pic_set_size when !short_term_ref_pic_set_sps_flag, > and when !!short_term_ref_pic_set_sps_flag, Vulkan hardcodes a zero > anyway. > > 3-line patch attached. > Pushed. _______________________________________________ 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".