aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:49:11 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:49:11 +0000
commit2c162efa7e1633695c3a96027f3aefc7e00910c3 (patch)
treed04c058ed4f451adbff8731198cdd257ac0195ad /include/asterisk/frame.h
parent9df447ca21f87c96bef53bee2f441a844dbe779e (diff)
Doxygen updates and corrections
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56648 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/frame.h')
-rw-r--r--include/asterisk/frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index fa0b6f939..c0b9b3352 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -495,8 +495,9 @@ struct ast_frame *ast_smoother_read(struct ast_smoother *s);
void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix);
/*! \page AudioCodecPref Audio Codec Preferences
+
In order to negotiate audio codecs in the order they are configured
- in <channel>.conf for a device, we set up codec preference lists
+ in \<channel\>.conf for a device, we set up codec preference lists
in addition to the codec capabilities setting. The capabilities
setting is a bitmask of audio and video codecs with no internal
order. This will reflect the offer given to the other side, where