Merge "format: Update the maximum packetization time for iLBC 30."

This commit is contained in:
Matt Jordan 2015-10-26 10:50:10 -05:00 committed by Gerrit Code Review
commit 6b1e9fbdcf
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ static struct ast_codec ilbc = {
.type = AST_MEDIA_TYPE_AUDIO,
.sample_rate = 8000,
.minimum_ms = 30,
.maximum_ms = 30,
.maximum_ms = 300,
.default_ms = 30,
.minimum_bytes = 50,
.samples_count = ilbc_samples,