Skip to content

Commit d3472cd

Browse files
author
wisepenguin
committed
1 parent a1d13dd commit d3472cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

official/coolplayer/CPI_Equaliser_Basic.c

-3
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ void CPP_EBSC_ApplyEQToBlock_Inplace(CPs_EqualiserModule* pModule, void* _pPCMBl
230230
// Encode sample
231231
iThisSample_EQ = MAKELONG(CIC_TRUNCATESHORT(iThisSample_left), CIC_TRUNCATESHORT(iThisSample_right));
232232

233-
// *(short*)&iThisSample_EQ = CIC_TRUNCATESHORT(iThisSample_left);
234-
// *((short*)&iThisSample_EQ + 1) = CIC_TRUNCATESHORT(iThisSample_right);
235-
236233
// Write this sample to the output buffer and history buffer
237234
pSampleBase[iSampleIDX] = iThisSample_EQ;
238235

0 commit comments

Comments
 (0)