diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-05-08 19:55:50 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-08 19:55:50 +0000 |
commit | d2c2a20682f5103500631efb48b5dd67b48ca6c3 (patch) | |
tree | c6a1ddee22e29d9ea00ec2523071a711368189cd | |
parent | 4a9bfbf7303112c8dc1b72bf74d25dfbe576d71c (diff) | |
parent | 09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a (diff) | |
download | fdk-aac-d2c2a20682f5103500631efb48b5dd67b48ca6c3.tar.gz fdk-aac-d2c2a20682f5103500631efb48b5dd67b48ca6c3.tar.bz2 fdk-aac-d2c2a20682f5103500631efb48b5dd67b48ca6c3.zip |
Merge "Refine aacDecoder_DecodeFrame() output buffer parameter type description." into sc-dev
-rw-r--r-- | documentation/aacDecoder.pdf | bin | 490978 -> 492288 bytes | |||
-rw-r--r-- | libAACdec/include/aacdecoder_lib.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/documentation/aacDecoder.pdf b/documentation/aacDecoder.pdf Binary files differindex cc7cf41..3d4699e 100644 --- a/documentation/aacDecoder.pdf +++ b/documentation/aacDecoder.pdf 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 |