summaryrefslogtreecommitdiff
path: root/silk/control.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-06-21 12:38:25 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-19 16:11:50 -0400
commit2b011b64d8ca5f3f7b26806aeb77939ff7703c06 (patch)
tree35f394b019f3afd3b32e9ba1b9f21399ce1fc7f2 /silk/control.h
parent099fc05ebf443e2bcc8c5ab9c627c86ec1e743e0 (diff)
downloadopus-2b011b64d8ca5f3f7b26806aeb77939ff7703c06.tar.gz
Moving FEC decision to the Opus encoder level (from SILK level)
Diffstat (limited to 'silk/control.h')
-rw-r--r--silk/control.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/silk/control.h b/silk/control.h
index dfbead9f..b76ec33c 100644
--- a/silk/control.h
+++ b/silk/control.h
@@ -77,6 +77,9 @@ typedef struct {
/* I: Flag to enable in-band Forward Error Correction (FEC); 0/1 */
opus_int useInBandFEC;
+ /* I: Flag to actually code in-band Forward Error Correction (FEC) in the current packet; 0/1 */
+ opus_int LBRR_coded;
+
/* I: Flag to enable discontinuous transmission (DTX); 0/1 */
opus_int useDTX;