ref: d8b0a24201222932de1d10a5b19475695924581f
parent: 2c3b5eededb78a38b58f141b87ed576efe242d8b
author: Gregory Maxwell <[email protected]>
date: Mon Sep 24 17:11:00 EDT 2012
Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.
--- a/include/opus.h
+++ b/include/opus.h
@@ -139,7 +139,7 @@
* <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).
*