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:
@@ -504,7 +504,8 @@ typedef struct
|
||||
INT aacSamplesPerFrame; /*!< Samples per frame for the AAC core (from ASC). \n
|
||||
1024 or 960 for AAC-LC \n
|
||||
512 or 480 for AAC-LD and AAC-ELD */
|
||||
|
||||
INT aacNumChannels; /*!< The number of audio channels after AAC core processing (before PS or MPS processing).
|
||||
CAUTION: This are not the final number of output channels! */
|
||||
AUDIO_OBJECT_TYPE extAot; /*!< Extension Audio Object Type (from ASC) */
|
||||
INT extSamplingRate; /*!< Extension sampling rate in Hz (from ASC) */
|
||||
|
||||
|
Reference in New Issue
Block a user