[asterisk-commits] codec resample: Increase buffer for Opus Codec with FEC. (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 8 12:06:56 CST 2015


Joshua Colp has submitted this change and it was merged.

Change subject: codec_resample: Increase buffer for Opus Codec with FEC.
......................................................................


codec_resample: Increase buffer for Opus Codec with FEC.

ASTERISK-25599 #close

Change-Id: Idbd187f711b2ec63dda949ca0f79aa0c1a0a0b6e
---
M codecs/codec_resample.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 3c8a149..1c73bf3 100644
--- a/codecs/codec_resample.c
+++ b/codecs/codec_resample.c
@@ -38,7 +38,7 @@
 #include "asterisk/translate.h"
 #include "asterisk/slin.h"
 
-#define OUTBUF_SAMPLES   5760
+#define OUTBUF_SAMPLES   11520
 
 static struct ast_translator *translators;
 static int trans_size;

-- 
To view, visit https://gerrit.asterisk.org/1782
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idbd187f711b2ec63dda949ca0f79aa0c1a0a0b6e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-commits mailing list