mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-31 18:55:19 +00:00
Doxygen reformatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
frame.c
6
frame.c
@@ -938,7 +938,7 @@ int ast_codec_pref_index(struct ast_codec_pref *pref, int index)
|
||||
return slot ? AST_FORMAT_LIST[slot-1].bits : 0;
|
||||
}
|
||||
|
||||
/*! \brief ast_codec_pref_remove: Remove codec from pref list ---*/
|
||||
/*! \brief ast_codec_pref_remove: Remove codec from pref list */
|
||||
void ast_codec_pref_remove(struct ast_codec_pref *pref, int format)
|
||||
{
|
||||
struct ast_codec_pref oldorder;
|
||||
@@ -961,7 +961,7 @@ void ast_codec_pref_remove(struct ast_codec_pref *pref, int format)
|
||||
|
||||
}
|
||||
|
||||
/*! \brief ast_codec_pref_append: Append codec to list ---*/
|
||||
/*! \brief ast_codec_pref_append: Append codec to list */
|
||||
int ast_codec_pref_append(struct ast_codec_pref *pref, int format)
|
||||
{
|
||||
int x, newindex = -1;
|
||||
@@ -988,7 +988,7 @@ int ast_codec_pref_append(struct ast_codec_pref *pref, int format)
|
||||
}
|
||||
|
||||
|
||||
/*! \brief ast_codec_choose: Pick a codec ---*/
|
||||
/*! \brief ast_codec_choose: Pick a codec */
|
||||
int ast_codec_choose(struct ast_codec_pref *pref, int formats, int find_best)
|
||||
{
|
||||
int x, ret = 0, slot;
|
||||
|
||||
Reference in New Issue
Block a user