diff options
author | Fraunhofer IIS FDK <audio-fdk@iis.fraunhofer.de> | 2021-03-16 14:52:07 +0100 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2021-05-07 12:44:36 -0700 |
commit | 09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a (patch) | |
tree | cfe4a0b83f27e5ca4bd0dcb837719977b576aa2a /libAACdec/include/aacdecoder_lib.h | |
parent | c2416f5e9360db0a6a3578fff087392fc7656f38 (diff) | |
download | fdk-aac-09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a.tar.gz fdk-aac-09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a.tar.bz2 fdk-aac-09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a.zip |
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
Diffstat (limited to 'libAACdec/include/aacdecoder_lib.h')
-rw-r--r-- | libAACdec/include/aacdecoder_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h index 56f4ec1..d7928c0 100644 --- a/libAACdec/include/aacdecoder_lib.h +++ b/libAACdec/include/aacdecoder_lib.h @@ -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 |