git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4598 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-03-15 00:36:14 +00:00
parent 84e012c0d9
commit d69cde6367
6 changed files with 28 additions and 4 deletions
+2
View File
@@ -311,6 +311,8 @@ struct switch_file_handle {
switch_memory_pool_t *memory_pool;
/*! private data for the format module to store handle specific info */
void *private_info;
char *handler;
const switch_codec_implementation_t *codec_imp;
int64_t pos;
switch_buffer_t *audio_buffer;
uint32_t thresh;