should be a ptr

This commit is contained in:
Mathieu Rene 2012-08-09 11:18:13 -04:00
parent c8c85fc27f
commit 83e0d9c3bd
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ struct mg_termination_s {
int rate; /*!< Sampling rate */
const char *codec; /*!< Codec to use, using the freeswitch nomenclature. This could be "PCMU" for G711.U, "PCMA" for G711.A, or "G729" for g729 */
int term_id;
switch_t38_options_t t38_options;
switch_t38_options_t *t38_options;
mg_media_type_t media_type;
} rtp;