]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix G726 bytes per frame compressed
authorMoises Silva <moy@sangoma.com>
Mon, 29 Mar 2010 18:14:50 +0000 (18:14 +0000)
committerMoises Silva <moy@sangoma.com>
Mon, 29 Mar 2010 18:14:50 +0000 (18:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17132 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c

index c354bc7c737ec7ec2cdef1e5f269f9c9669b83c2..a3757a3848976e54109fd0c9eb1ec21cc2385a54 100644 (file)
@@ -98,7 +98,7 @@ vocallo_codec_t g_codec_map[] =
        { SNGTC_CODEC_L16_1,   10,  "L16",     "Sangoma L16",       40, 120000, 10000, 80,  160, 160 },
        { SNGTC_CODEC_G729AB,  18,  "G729",    "Sangoma G729",      40, 8000,   10000, 80,  160, 10  },
        { SNGTC_CODEC_G722,    9,   "G722",    "Sangoma G722",      20, 64000,  10000, 80,  320, 80  },
-       { SNGTC_CODEC_G726_32, 122, "G726-32", "Sangoma G.726 32k", 40, 32000,  10000, 80,  160, 20  },
+       { SNGTC_CODEC_G726_32, 122, "G726-32", "Sangoma G.726 32k", 40, 32000,  10000, 80,  160, 40  },
 #if 0
        FIXME: see mod_ilbc, and mod_voipcodecs to do this right
        { SNGTC_CODEC_GSM_FR,  3,   "GSM",     "Sangoma GSM",       20, 13200,  20000, 160, 320, 33  },