diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-05-16 03:14:11 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-05-16 03:14:11 +0000 |
commit | a410a74fcca76f791c659041d903d08a17867df8 (patch) | |
tree | 79d9397a8d2c13466629e4b6a192020831913f06 /libFDK | |
parent | 85f0919fe86141888967622be878e759483413f3 (diff) | |
parent | dc920b39e51b3a0586fd17ce63b6bb27f02482de (diff) | |
download | fdk-aac-a410a74fcca76f791c659041d903d08a17867df8.tar.gz fdk-aac-a410a74fcca76f791c659041d903d08a17867df8.tar.bz2 fdk-aac-a410a74fcca76f791c659041d903d08a17867df8.zip |
Snap for 5571274 from dc920b39e51b3a0586fd17ce63b6bb27f02482de to rvc-release
Change-Id: If61eb33f0d0965a0503e5b49d09566e3de5087ae
Diffstat (limited to 'libFDK')
-rw-r--r-- | libFDK/include/scale.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libFDK/include/scale.h b/libFDK/include/scale.h index 30fa089..655ccaf 100644 --- a/libFDK/include/scale.h +++ b/libFDK/include/scale.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android -© Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten +© Copyright 1995 - 2019 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION @@ -123,7 +123,7 @@ void scaleValues(FIXP_DBL *dst, const FIXP_DBL *src, INT len, INT scalefactor); #if (SAMPLE_BITS == 16) void scaleValues(FIXP_PCM *dst, const FIXP_DBL *src, INT len, INT scalefactor); #endif -void scaleValues(FIXP_PCM *dst, const FIXP_SGL *src, INT len, INT scalefactor); +void scaleValues(FIXP_SGL *dst, const FIXP_SGL *src, INT len, INT scalefactor); void scaleCplxValues(FIXP_DBL *r_dst, FIXP_DBL *i_dst, const FIXP_DBL *r_src, const FIXP_DBL *i_src, INT len, INT scalefactor); void scaleValuesWithFactor(FIXP_DBL *vector, FIXP_DBL factor, INT len, |