From: Richard Mudgett Date: Wed, 6 Aug 2014 21:47:30 +0000 (+0000) Subject: Change comment. X-Git-Tag: 12.5.0-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41040965b2e702a9acc2c9ff56a8ca162204262;p=thirdparty%2Fasterisk.git Change comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@420262 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/format.c b/main/format.c index ca9c2fab7d..fcca479a68 100644 --- a/main/format.c +++ b/main/format.c @@ -1079,12 +1079,12 @@ static int format_list_init(void) format_list_add_static(ast_format_set(&tmpfmt, AST_FORMAT_G719, 0), "g719", 48000, "ITU G.719", 160, 20, 80, 20, 20, 0, 0); /* - * XXX Because of a coding blunder, Opus and VP8 have assigned - * format compatibility bits and were placed after eight - * formats that do NOT have format compatibility bits. This - * means that chan_iax2 now has a gap of eight between G.719 - * and Opus for the IAX_IE_CODEC_PREFS list sent out over the - * wire. + * XXX Because of an unexpected chan_iax2 dependency, Opus + * and VP8 have assigned format compatibility bits and were + * placed after eight formats that do NOT have format + * compatibility bits. This means that chan_iax2 now has a + * gap of eight between G.719 and Opus for the + * IAX_IE_CODEC_PREFS list sent out over the wire. * * Eight formats now must stay between G.719 and Opus. If more * formats are added with assigned format compatibility bits,