提交 83e0d9c3 authored 作者: Mathieu Rene's avatar Mathieu Rene

should be a ptr

上级 c8c85fc2
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论