projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816dc29
)
list all of the codecs associated with a particular format id for CLI command "core...
author
Matthew Nicholson
<mnicholson@digium.com>
Mon, 7 Nov 2011 18:42:04 +0000
(18:42 +0000)
committer
Matthew Nicholson
<mnicholson@digium.com>
Mon, 7 Nov 2011 18:42:04 +0000
(18:42 +0000)
AST-699
........
Merged revisions 343533 from http://svn.asterisk.org/svn/asterisk/branches/10
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343534
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/format.c
patch
|
blob
|
history
diff --git
a/main/format.c
b/main/format.c
index
a365ab0
..
8d191b4
100644
(file)
--- a/
main/format.c
+++ b/
main/format.c
@@
-860,7
+860,6
@@
static char *show_codec_n(struct ast_cli_entry *e, int cmd, struct ast_cli_args
if (f_list[x].format.id == format_id) {
found = 1;
ast_cli(a->fd, "%11u %s\n", (unsigned int) format_id, f_list[x].desc);
- break;
}
}