Skip to content
Snippets Groups Projects
Commit faa9890f authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.12 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e055bb6e
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,13 @@ extern int ast_getformatbyname(char *name);
/* Choose the best codec... Uhhh... Yah. */
extern int ast_best_codec(int fmts);
struct ast_smoother;
extern struct ast_smoother *ast_smoother_new(int bytes);
extern void ast_smoother_free(struct ast_smoother *s);
extern int ast_smoother_feed(struct ast_smoother *s, struct ast_frame *f);
extern struct ast_frame *ast_smoother_read(struct ast_smoother *s);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment