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 1734F4618D for ; Wed, 7 Jun 2023 21:26:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0358D68BF45; Thu, 8 Jun 2023 00:26:39 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2BE6468B585 for ; Thu, 8 Jun 2023 00:26:32 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=overt.org; s=mail; t=1686173190; bh=a0c5ER2ZuCTThMtopPH1HiwNnqjm6l0H5qrQQLHYSTE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=T6StJ89ax9iyd52lS31lEmbLcKuqCrRTUBOeyUZqZ+6b+q+FRK74yg/atJULejC6Y gsdypVOF+rI3SdV4CaeMj+KrtXb7y8A5lFXwQIO73haU9P2TaITgOFw0+br/OlencR tVWPCfG/euhJc3L0v1FrF/hBGyeK6ThIqbV+Hy5pIFkKWeYMvqXqvZhk2vrdQtIsLf kxRf68KmzPUtqSSiCF9EMU7UkuRIIyhz8iKHoKmpYArqLLHdN1gp5JKb6AOxkvObzZ hmtxlUvHH3xGKaMAGCN9Y/wdWnlVBfibC9oUX525Q8ZJjjl15jHssAq9nFQHvpix8d whA26xT3v1lKw== Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id D918E60389 for ; Wed, 7 Jun 2023 16:26:29 -0500 (CDT) Date: Wed, 7 Jun 2023 14:26:27 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20230607142627.126bdb52@fluffy> 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: On Tue, 6 Jun 2023 13:03:43 +0200 (CEST) Lynne wrote: > 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. > LGTM --phil _______________________________________________ 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".