Skip to content

Commit

Permalink
Fixed a typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CWBudde authored and mstorsjo committed Apr 28, 2021
1 parent f852154 commit d0017ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libAACenc/include/aacenc_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0017ad

Please sign in to comment.