mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Avoid decoder internal clipping by converting the whole audio sample data path from 16 to 32 bit data width (FDKdec v3.2.0).
Bug: 149514474 Test: atest DecoderTestXheAac DecoderTestAacDrc Change-Id: I8a504ab709e42e27a61fe29840212953742283a5
This commit is contained in:
committed by
Jean-Michel Trivi
parent
57c9355de0
commit
e016635f0d
@ -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
|
||||
@ -104,7 +104,7 @@ amm-info@iis.fraunhofer.de
|
||||
|
||||
/* FDK tools library info */
|
||||
#define FDK_TOOLS_LIB_VL0 3
|
||||
#define FDK_TOOLS_LIB_VL1 0
|
||||
#define FDK_TOOLS_LIB_VL1 1
|
||||
#define FDK_TOOLS_LIB_VL2 0
|
||||
#define FDK_TOOLS_LIB_TITLE "FDK Tools"
|
||||
#ifdef __ANDROID__
|
||||
|
Reference in New Issue
Block a user