Add README for jitter buffer (bug #3812), make src char *src a const

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-21 04:30:57 +00:00
parent ebc1c06835
commit 1507997410
3 changed files with 138 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ struct ast_frame {
/*! How far into "data" the data really starts */
int offset;
/*! Optional source of frame for debugging */
char *src;
const char *src;
/*! Pointer to actual data */
void *data;
/*! Global delivery time */