diff options
author | Martin Storsjo <martin@martin.st> | 2023-10-06 15:19:55 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2023-10-06 15:19:55 +0300 |
commit | 0f91e9ba6061a1ff927be6c5cc9b24587eb8c181 (patch) | |
tree | f41005e322ecc4c6538f2a0223ffdac107b7e0b3 /libAACenc/include/aacenc_lib.h | |
parent | 0bfca3e06a098811a4cb71f285aa4e14e8f81372 (diff) | |
parent | 5543791bdc52c6de2f7274b8d5def73996e6d097 (diff) | |
download | fdk-aac-0f91e9ba6061a1ff927be6c5cc9b24587eb8c181.tar.gz fdk-aac-0f91e9ba6061a1ff927be6c5cc9b24587eb8c181.tar.bz2 fdk-aac-0f91e9ba6061a1ff927be6c5cc9b24587eb8c181.zip |
Merge remote-tracking branch 'aosp/main'
Diffstat (limited to 'libAACenc/include/aacenc_lib.h')
-rw-r--r-- | libAACenc/include/aacenc_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h index 159b711..902ba11 100644 --- a/libAACenc/include/aacenc_lib.h +++ b/libAACenc/include/aacenc_lib.h @@ -1090,7 +1090,7 @@ typedef struct { write edit lists for gapless playback. The decoder may not know how much delay is introdcued by SBR, since it may not know if SBR is active at all (implicit signaling), - therefore the deocder must take into account any delay + therefore the decoder must take into account any delay caused by the SBR module. */ UCHAR confBuf[64]; /*!< Configuration buffer in binary format as an |