Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2011-09-10 09:11:50 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-09-10 09:11:50 +0400
commit77519bfb58e3c0f9edeab508ef55c4b319fceafe (patch)
treeffe3126d1fd5c8ded1657080c7bfb2bd6a645f7b
parent3bcf36789811b9da9e07e1f9b5f3204fda0ec960 (diff)
minor doc update
-rw-r--r--src/opus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus.h b/src/opus.h
index 7f9f9270..c9a857b7 100644
--- a/src/opus.h
+++ b/src/opus.h
@@ -256,7 +256,7 @@ OPUS_EXPORT void opus_decoder_destroy(OpusDecoder *st);
* @param [out] out_toc <tt>char*</tt>: TOC pointer
* @param [out] frames <tt>char*[48]</tt> encapsulated frames
* @param [out] size <tt>short[48]</tt> sizes of the encapsulated frames
- * @param [out] payload_offset <tt>int*</tt>: @todo bloop?
+ * @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)
* @returns number of frames
*/
OPUS_EXPORT int opus_packet_parse(