From 77519bfb58e3c0f9edeab508ef55c4b319fceafe Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@jmvalin.ca>
Date: Sat, 10 Sep 2011 01:11:50 -0400
Subject: [PATCH] minor doc update

---
 src/opus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/opus.h b/src/opus.h
index 7f9f92706..c9a857b7d 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(
-- 
GitLab