Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2016-07-08 21:08:08 +0300
committerMark Harris <mark.hsj@gmail.com>2016-07-08 21:13:42 +0300
commit1c311423c86b89eba27a494e17c79fefd7d75ab0 (patch)
tree14654f9afc418d34ecc33b95a68dcd426844b092 /include
parent5eb270d96c0cae417b7803766bfc0523a57e6b99 (diff)
Packets indicating DTX may be up to 2 bytes
Diffstat (limited to 'include')
-rw-r--r--include/opus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opus.h b/include/opus.h
index b0bdf6f2..5be73ddf 100644
--- a/include/opus.h
+++ b/include/opus.h
@@ -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
*