From 6689807d7df1c9aa895dc2d6c12f5d0b5e440efd Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 6 May 2026 16:56:20 +0200 Subject: [PATCH] remove empty file jbm_pcmdsp_fifo.h --- Workspace_msvc/lib_dec.vcxproj | 1 - Workspace_msvc/lib_dec.vcxproj.filters | 3 -- lib_dec/jbm_pcmdsp_fifo.h | 44 -------------------------- lib_dec/lib_dec_fx.c | 1 - 4 files changed, 49 deletions(-) delete mode 100644 lib_dec/jbm_pcmdsp_fifo.h diff --git a/Workspace_msvc/lib_dec.vcxproj b/Workspace_msvc/lib_dec.vcxproj index ef31eea68..ed5e89c3b 100644 --- a/Workspace_msvc/lib_dec.vcxproj +++ b/Workspace_msvc/lib_dec.vcxproj @@ -321,7 +321,6 @@ - diff --git a/Workspace_msvc/lib_dec.vcxproj.filters b/Workspace_msvc/lib_dec.vcxproj.filters index 59e2aa52d..143bde6f2 100644 --- a/Workspace_msvc/lib_dec.vcxproj.filters +++ b/Workspace_msvc/lib_dec.vcxproj.filters @@ -515,9 +515,6 @@ decoder_h - - decoder_h - decoder_h diff --git a/lib_dec/jbm_pcmdsp_fifo.h b/lib_dec/jbm_pcmdsp_fifo.h deleted file mode 100644 index 77e9b655c..000000000 --- a/lib_dec/jbm_pcmdsp_fifo.h +++ /dev/null @@ -1,44 +0,0 @@ -/****************************************************************************************************** - - (C) 2022-2026 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, - Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., - Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, - Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other - contributors to this repository. All Rights Reserved. - - This software is protected by copyright law and by international treaties. - The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, - Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., - Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, - Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other - contributors to this repository retain full ownership rights in their respective contributions in - the software. This notice grants no license of any kind, including but not limited to patent - license, nor is any license granted by implication, estoppel or otherwise. - - Contributors are required to enter into the IVAS codec Public Collaboration agreement before making - contributions. - - This software is provided "AS IS", without any express or implied warranties. The software is in the - development stage. It is intended exclusively for experts who have experience with such software and - solely for the purpose of inspection. All implied warranties of non-infringement, merchantability - and fitness for a particular purpose are hereby disclaimed and excluded. - - Any dispute, controversy or claim arising under or in relation to providing this software shall be - submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in - accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and - the United Nations Convention on Contracts on the International Sales of Goods. - -*******************************************************************************************************/ - -/*==================================================================================== - EVS Codec 3GPP TS26.452 Nov 04, 2021. Version 16.4.0 - ====================================================================================*/ - -/*! @file jbm_pcmdsp_fifo.h Ringbuffer (FIFO) with fixed capacity for audio samples. */ - -#ifndef JBM_PCMDSP_FIFO_H -#define JBM_PCMDSP_FIFO_H JBM_PCMDSP_FIFO_H - -#include -#include "options.h" -#endif /* JBM_PCMDSP_FIFO_H */ diff --git a/lib_dec/lib_dec_fx.c b/lib_dec/lib_dec_fx.c index d23cc1e94..0c64e46ef 100644 --- a/lib_dec/lib_dec_fx.c +++ b/lib_dec/lib_dec_fx.c @@ -40,7 +40,6 @@ #include "ivas_prot_fx.h" #include "jbm_jb4sb.h" #include "jbm_pcmdsp_apa.h" -#include "jbm_pcmdsp_fifo.h" #include #include "wmc_auto.h" -- GitLab