From d918324d44aa48b3b064ea9b87d0c520c38f15a9 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 27 Aug 2010 10:52:56 -0700 Subject: LVM release 1.07 delivery. - Virtualizer now uses the correct control parameter, instead of reverberation - Volume smoothing for first frame has been added - Equalizer_setParameter now returns correct error code - Correcting Non-Linear compressor gain step noise during transitions and effect level changes - Removed SVN header blocks - Memory and MIPS values have been added to the API - Reverb uses a more efficient malloc for input PCM - Reverb DecayHFRatio now ranges up to 2000 - Logging has been removed for most volume functions Change-Id: Ib59e7e331263c3811559231b4ae90c82e34a8421 --- media/libeffects/lvm/lib/Common/lib/InstAlloc.h | 7 ------- 1 file changed, 7 deletions(-) mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/InstAlloc.h (limited to 'media/libeffects/lvm/lib/Common/lib/InstAlloc.h') diff --git a/media/libeffects/lvm/lib/Common/lib/InstAlloc.h b/media/libeffects/lvm/lib/Common/lib/InstAlloc.h old mode 100755 new mode 100644 index 31409bf..c6954f2 --- a/media/libeffects/lvm/lib/Common/lib/InstAlloc.h +++ b/media/libeffects/lvm/lib/Common/lib/InstAlloc.h @@ -15,13 +15,6 @@ * limitations under the License. */ -/************************************************************************/ -/* */ -/* $Author: beq07716 $*/ -/* $Revision: 1000 $*/ -/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/ -/* */ -/************************************************************************/ #ifndef __INSTALLOC_H__ #define __INSTALLOC_H__ -- cgit v1.1