mirror of https://github.com/mstorsjo/fdk-aac.git
Refine aacDecoder_DecodeFrame() output buffer parameter type description.
Bug: 186777497 Test: atest android.media.cts.DecoderTestAacFormat android.media.cts.DecoderTestXheAac android.media.cts.DecoderTestAacDrc Change-Id: I83a460d03c7cde3e4f74011a7c3556c4cfd08cdd
This commit is contained in:
parent
c2416f5e93
commit
09cf32a6c7
Binary file not shown.
|
@ -1032,7 +1032,7 @@ LINKSPEC_H AAC_DECODER_ERROR aacDecoder_Fill(HANDLE_AACDECODER self,
|
||||||
* \param self AAC decoder handle.
|
* \param self AAC decoder handle.
|
||||||
* \param pTimeData Pointer to external output buffer where the decoded PCM
|
* \param pTimeData Pointer to external output buffer where the decoded PCM
|
||||||
* samples will be stored into.
|
* 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
|
* \param flags Bit field with flags for the decoder: \n
|
||||||
* (flags & AACDEC_CONCEAL) == 1: Do concealment. \n
|
* (flags & AACDEC_CONCEAL) == 1: Do concealment. \n
|
||||||
* (flags & AACDEC_FLUSH) == 2: Discard input data. Flush
|
* (flags & AACDEC_FLUSH) == 2: Discard input data. Flush
|
||||||
|
|
Loading…
Reference in New Issue