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 2D4F5496BE for ; Thu, 18 Apr 2024 06:38:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 85AEA68D3EC; Thu, 18 Apr 2024 09:38:56 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A0E4F68C768 for ; Thu, 18 Apr 2024 09:38:50 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 49D8210601FE for ; Thu, 18 Apr 2024 06:38:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1713422329; 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=29iY7wfp3U8wIoT+eWmfdvyYbbDTTIiagt2azMJbIDA=; b=RBmk07Sm54WaKXKizt8icgv8FmqNBid9NvFD1YAAJs7f5aUYi5ciqxp4RWmKRvCa UtMXUunk2nKZ+38zGiFjrh8rvxvvrC0lB54UHU7zBO99qA49fs6aFCWU5YvAKYTKVaN u1n88S9nIlIq8D8wvNMz4evsG4gDUqRUM7HkuBE8hRaVtV2Qp6FJnKNZbd+h6qlpohw jYzNQolZ/NbNKOc3znqGvLfP0fe3ELyAiVcqGlIOjxqjfMoZTvuJkA15SezpbgFGfRS QsK7OFtH/AsEqPugYdi0ZiVbFhjfmW3KM1gob6wnNEaeH+pKcStQN3Ch0sJ53919Nvo K5weVw21fw== Date: Thu, 18 Apr 2024 08:38:49 +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] avcodec/ac3: Remove unused fixed-point ARMv7 DSP 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: Apr 18, 2024, 07:42 by geoff@geoffhill.org: > This diff removes 4 unused ARMv7 NEON fixed-point DSP functions. > > The function were originally moved here by 4958f35a2 (Dec 2013). > > After 9e05421db (Jan 2021), as part of the refactor of the AC3 > DSP to consistently use 32-bit sample format in the encoder, these > functions were removed from the DSP function table, but the ARMv7 > implementations were kept. > > Signed-off-by: Geoff Hill > --- > libavcodec/arm/ac3dsp_neon.S | 63 ------------------------------------ > 1 file changed, 63 deletions(-) > > diff --git a/libavcodec/arm/ac3dsp_neon.S b/libavcodec/arm/ac3dsp_neon.S > index 89d0ae8048..dc829541aa 100644 > --- a/libavcodec/arm/ac3dsp_neon.S > +++ b/libavcodec/arm/ac3dsp_neon.S > @@ -20,25 +20,6 @@ > Thanks, 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".