From 1c311423c86b89eba27a494e17c79fefd7d75ab0 Mon Sep 17 00:00:00 2001 From: Mark Harris <mark.hsj@gmail.com> Date: Fri, 8 Jul 2016 11:08:08 -0700 Subject: [PATCH] Packets indicating DTX may be up to 2 bytes --- include/opus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opus.h b/include/opus.h index b0bdf6f2d..5be73ddf4 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 * -- GitLab