aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 15:07:37 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 15:07:37 +0000
commita0e4f61e4677dde8b2787a4bb743dad4c1396bac (patch)
tree2fd2dae6f8c720dacfc6d43035232e707eefbca1 /main/frame.c
parent1816ba3af000df6fc8f93a0e65f45226ac0b705c (diff)
Add packetization data for G.722.
(closes issue #10900) Reported by: andrew Patches: frame.diff uploaded by andrew (license 240) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85554 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/frame.c')
-rw-r--r--main/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/frame.c b/main/frame.c
index 4575de82c..a20435208 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -116,7 +116,7 @@ static struct ast_format_list AST_FORMAT_LIST[] = {
{ 1, AST_FORMAT_SPEEX, "speex", "SpeeX", 10, 10, 60, 10, 20 }, /*!< codec_speex.c */
{ 1, AST_FORMAT_ILBC, "ilbc", "iLBC", 50, 30, 30, 30, 30 }, /*!< codec_ilbc.c */ /* inc=30ms - workaround */
{ 1, AST_FORMAT_G726_AAL2, "g726aal2", "G.726 AAL2", 40, 10, 300, 10, 20 }, /*!< codec_g726.c */
- { 1, AST_FORMAT_G722, "g722", "G722"}, /*!< G722 Passthrough */
+ { 1, AST_FORMAT_G722, "g722", "G722", 80, 10, 150, 10, 20 }, /*!< G722 Passthrough */
{ 0, AST_FORMAT_MAX_AUDIO, "maxaudio", "Maximum audio format" },
{ 1, AST_FORMAT_JPEG, "jpeg", "JPEG image"}, /*!< See format_jpeg.c */
{ 1, AST_FORMAT_PNG, "png", "PNG image"}, /*!< PNG Image format */