mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Decode parametric stereo even with invalid channel config
AAC decoder: Allow decoding of Parametric Stereo (AOT 29) bitstreams with invalid channel config 2. Bug 9428126 Change-Id: I1e8b801dfc0e6b1706421342d4985512e83f0dbe
This commit is contained in:
@@ -206,7 +206,7 @@ void CProgramConfig_Read ( CProgramConfig *pPce,
|
||||
*/
|
||||
int CProgramConfig_LookupElement(
|
||||
CProgramConfig *pPce,
|
||||
const UINT channelConfig,
|
||||
UINT channelConfig,
|
||||
const UINT tag,
|
||||
const UINT channelIdx,
|
||||
UCHAR chMapping[],
|
||||
|
Reference in New Issue
Block a user