mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 04:18:21 +00:00
Major RTP fixes for using inbound SDP on outbound connection, get rid of
old local rtp stuff... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -452,6 +452,10 @@ extern int ast_codec_get_samples(struct ast_frame *f);
|
||||
/*! \brief Returns the number of bytes for the number of samples of the given format */
|
||||
extern int ast_codec_get_len(int format, int samples);
|
||||
|
||||
/*! \brief Appends a frame to the end of a list of frames, truncating the maximum length of the list */
|
||||
extern struct ast_frame *ast_frame_enqueue(struct ast_frame *head, struct ast_frame *f, int maxlen, int dupe);
|
||||
|
||||
|
||||
/*! \brief Gets duration in ms of interpolation frame for a format */
|
||||
static inline int ast_codec_interp_len(int format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user