summaryrefslogtreecommitdiff
path: root/include/opus_multistream.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-09-19 09:43:52 -0400
committerGregory Maxwell <greg@xiph.org>2012-09-19 09:43:52 -0400
commitcc71cded7690c1fb0912c8e54919cf3462f521d6 (patch)
treea6ea3af6a35ac8d63233ce8bf492aed80b5ac016 /include/opus_multistream.h
parentc40d5004dd7211d836ac89862f29342668a4d88f (diff)
downloadopus-cc71cded7690c1fb0912c8e54919cf3462f521d6.tar.gz
Replace 'maximum frame size' with 'maximum packet duration' in the docs.
This could be confusing/misleading.
Diffstat (limited to 'include/opus_multistream.h')
-rw-r--r--include/opus_multistream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/opus_multistream.h b/include/opus_multistream.h
index f476efa6..9ae1711e 100644
--- a/include/opus_multistream.h
+++ b/include/opus_multistream.h
@@ -535,8 +535,8 @@ OPUS_EXPORT int opus_multistream_decoder_init(
* samples.
* @param frame_size <tt>int</tt>: The number of samples per channel of
* available space in \a pcm.
- * If this is less than the maximum frame size
- * (120 ms), this function will not be capable
+ * If this is less than the maximum packet duration
+ * (120 ms; 5760 for 48kHz), this function will not be capable
* of decoding some packets.
* @param decode_fec <tt>int</tt>: Flag (0 or 1) to request that any in-band
* forward error correction data be decoded.
@@ -568,8 +568,8 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_decode(
* samples.
* @param frame_size <tt>int</tt>: The number of samples per channel of
* available space in \a pcm.
- * If this is less than the maximum frame size
- * (120 ms), this function will not be capable
+ * If this is less than the maximum packet duration
+ * (120 ms; 5760 for 48kHz), this function will not be capable
* of decoding some packets.
* @param decode_fec <tt>int</tt>: Flag (0 or 1) to request that any in-band
* forward error correction data be decoded.