Skip to content
Snippets Groups Projects
Commit d8b0a242 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.

parent 2c3b5eed
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ extern "C" { ...@@ -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> * <li>max_packet is the maximum number of bytes that can be written in the packet (4000 bytes is recommended)</li>
* </ul> * </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 * 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). * is 1 byte, then the packet does not need to be transmitted (DTX).
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment