Skip to content
Snippets Groups Projects
Unverified Commit caf56aab authored by Marcus Asteborg's avatar Marcus Asteborg Committed by Jean-Marc Valin
Browse files

update doc on custom mode

parent 1f891e36
No related branches found
No related tags found
No related merge requests found
Pipeline #3260 passed
...@@ -104,7 +104,8 @@ typedef struct OpusCustomDecoder OpusCustomDecoder; ...@@ -104,7 +104,8 @@ typedef struct OpusCustomDecoder OpusCustomDecoder;
/** The mode contains all the information necessary to create an /** The mode contains all the information necessary to create an
encoder. Both the encoder and decoder need to be initialized encoder. Both the encoder and decoder need to be initialized
with exactly the same mode, otherwise the output will be with exactly the same mode, otherwise the output will be
corrupted. corrupted. The mode MUST NOT BE DESTROYED until the encoders and
decoders that use it are destroyed as well.
@brief Mode configuration @brief Mode configuration
*/ */
typedef struct OpusCustomMode OpusCustomMode; typedef struct OpusCustomMode OpusCustomMode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment