type tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7335 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-23 21:21:18 +00:00
parent 591f098a14
commit a430120a8f
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_eavesdrop_session(switch_core_session
switch_codec_t codec = {0};
int16_t buf[8192];
switch_codec_t *tread_codec = switch_core_session_get_read_codec(tsession);
int tlen = tread_codec->implementation->bytes_per_frame;
uint32_t tlen = tread_codec->implementation->bytes_per_frame;
ep = switch_core_session_alloc(session, sizeof(*ep));