git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7582 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-02-11 17:14:14 +00:00
parent 217a70e4e0
commit f4e013e2dd
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -509,6 +509,7 @@ struct switch_codec {
switch_memory_pool_t *memory_pool;
/*! private data for the codec module to store handle specific info */
void *private_info;
switch_payload_t agreed_pt;
};
/*! \brief A table of settings and callbacks that define a paticular implementation of a codec */