mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Refine aacDecoder_DecodeFrame() output buffer parameter type description." into sc-dev am: d2c2a20682
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/aac/+/14471063 Change-Id: Iec55c398637d4906b7b89979c6292f9e26e012fe
This commit is contained in:
commit
26eed59258
Binary file not shown.
|
@ -1032,7 +1032,7 @@ LINKSPEC_H AAC_DECODER_ERROR aacDecoder_Fill(HANDLE_AACDECODER self,
|
|||
* \param self AAC decoder handle.
|
||||
* \param pTimeData Pointer to external output buffer where the decoded PCM
|
||||
* samples will be stored into.
|
||||
* \param timeDataSize Size of external output buffer.
|
||||
* \param timeDataSize Size of external output buffer in PCM samples.
|
||||
* \param flags Bit field with flags for the decoder: \n
|
||||
* (flags & AACDEC_CONCEAL) == 1: Do concealment. \n
|
||||
* (flags & AACDEC_FLUSH) == 2: Discard input data. Flush
|
||||
|
|
Loading…
Reference in New Issue