summaryrefslogtreecommitdiff
path: root/include/opus.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-09-24 21:11:00 -0400
committerGregory Maxwell <greg@xiph.org>2012-09-24 21:11:00 -0400
commitd8b0a24201222932de1d10a5b19475695924581f (patch)
tree7758cca4b3e813334460402580fc6cd487f9afb5 /include/opus.h
parent2c3b5eededb78a38b58f141b87ed576efe242d8b (diff)
downloadopus-d8b0a24201222932de1d10a5b19475695924581f.tar.gz
Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.
Diffstat (limited to 'include/opus.h')
-rw-r--r--include/opus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opus.h b/include/opus.h
index df1571af..2add7842 100644
--- a/include/opus.h
+++ b/include/opus.h
@@ -139,7 +139,7 @@ extern "C" {
* <li>max_packet is the maximum number of bytes that can be written in the packet (4000 bytes is recommended)</li>
* </ul>
*
- * opus_encode() and opus_encode_frame() return the number of bytes actually written to the packet.
+ * opus_encode() and opus_encode_float() return the number of bytes actually written to the packet.
* The return value <b>can be negative</b>, which indicates that an error has occurred. If the return value
* is 1 byte, then the packet does not need to be transmitted (DTX).
*