[svn-commits] rmudgett: branch 12 r420262 - /branches/12/main/format.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 6 16:47:32 CDT 2014
Author: rmudgett
Date: Wed Aug 6 16:47:30 2014
New Revision: 420262
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420262
Log:
Change comment.
Modified:
branches/12/main/format.c
Modified: branches/12/main/format.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/main/format.c?view=diff&rev=420262&r1=420261&r2=420262
==============================================================================
--- branches/12/main/format.c (original)
+++ branches/12/main/format.c Wed Aug 6 16:47:30 2014
@@ -1079,12 +1079,12 @@
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,
More information about the svn-commits
mailing list