Skip to content
Snippets Groups Projects
Commit 1c311423 authored by Mark Harris's avatar Mark Harris
Browse files

Packets indicating DTX may be up to 2 bytes

parent 5eb270d9
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ extern "C" {
*
* 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).
* is 2 bytes or less, then the packet does not need to be transmitted (DTX).
*
* Once the encoder state if no longer needed, it can be destroyed with
*
......
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