Loading apps/decoder.c +7 −0 Original line number Diff line number Diff line Loading @@ -903,6 +903,13 @@ cleanup: free( pcmBuf ); #ifdef FIX_1053_REVERB_RECONFIGURATION if (arg.aeSequence.count > 0) { free( arg.aeSequence.pID ); free( arg.aeSequence.pValidity ); } #endif #ifdef DEBUG_SBA_AUDIO_DUMP IVAS_DEC_GetSbaDebugParams( hIvasDec, &numOutChannels, &numTransportChannels, &pca_ingest_channels ); Loading Loading
apps/decoder.c +7 −0 Original line number Diff line number Diff line Loading @@ -903,6 +903,13 @@ cleanup: free( pcmBuf ); #ifdef FIX_1053_REVERB_RECONFIGURATION if (arg.aeSequence.count > 0) { free( arg.aeSequence.pID ); free( arg.aeSequence.pValidity ); } #endif #ifdef DEBUG_SBA_AUDIO_DUMP IVAS_DEC_GetSbaDebugParams( hIvasDec, &numOutChannels, &numTransportChannels, &pca_ingest_channels ); Loading