mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
make codec pointers more reliable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8958 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -105,7 +105,9 @@ struct switch_core_session {
|
||||
|
||||
switch_io_event_hooks_t event_hooks;
|
||||
switch_codec_t *read_codec;
|
||||
switch_codec_t *real_read_codec;
|
||||
switch_codec_t *write_codec;
|
||||
switch_codec_t *real_write_codec;
|
||||
switch_codec_t *video_read_codec;
|
||||
switch_codec_t *video_write_codec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user