]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change comment.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 6 Aug 2014 21:47:30 +0000 (21:47 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 6 Aug 2014 21:47:30 +0000 (21:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@420262 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/format.c

index ca9c2fab7dc08fa974ff625cbe33a23db42aded0..fcca479a68c13f3e32746bfc4af90648cad6ed8c 100644 (file)
@@ -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,