aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-15 04:48:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-15 04:48:30 +0000
commit82770f927fc1eabd0e2fee0e3c16c83383b6eeab (patch)
tree349a0623f9a3cfe57113e613d8690c7dcc8aa22a /include/asterisk/frame.h
parent500c6e70aacbed63af3fbcc9bf9e7247dc6d60cb (diff)
code formatting and comments, plus minor device state fix (bug #4171)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5669 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index d8a715a8f..7cff43ee6 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -347,10 +347,6 @@ extern int ast_getformatbyname(char *name);
*/
extern char *ast_codec2str(int codec);
-/*! Pick the best codec */
-/* Choose the best codec... Uhhh... Yah. */
-extern int ast_best_codec(int fmts);
-
struct ast_smoother;
extern struct ast_format_list *ast_get_format_list_index(int index);