aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Budde <Christian@savioursofsoul.de>2021-02-28 04:46:49 +0100
committerMartin Storsjö <martin@martin.st>2021-03-01 11:23:46 +0200
commit606547f4adb3869bccc3f28bff32eefd439c45da (patch)
treeadc3de5271856858aaa8fcb0f0d2a809e2bf581d
parent6a2eb8b30f4a65d3b9b0422bf14eaf7007149ffd (diff)
downloadfdk-aac-606547f4adb3869bccc3f28bff32eefd439c45da.tar.gz
fdk-aac-606547f4adb3869bccc3f28bff32eefd439c45da.tar.bz2
fdk-aac-606547f4adb3869bccc3f28bff32eefd439c45da.zip
Fixed a typo in the documentation
-rw-r--r--libAACenc/include/aacenc_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h
index 4d6a327..e321192 100644
--- a/libAACenc/include/aacenc_lib.h
+++ b/libAACenc/include/aacenc_lib.h
@@ -332,7 +332,7 @@ If the present library is configured with Metadata support, it is possible to
insert meta data side info into the generated audio bitstream while encoding.
To work with meta data the encoder instance has to be \ref encOpen "allocated"
-with meta data support. The meta data mode must be be configured with the
+with meta data support. The meta data mode must be configured with the
::AACENC_METADATA_MODE parameter and aacEncoder_SetParam() function. \code
aacEncoder_SetParam(hAacEncoder, AACENC_METADATA_MODE, 0-3); \endcode