Code before declaration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14963 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1a3d56ce62
commit
371a6926c6
|
@ -1048,11 +1048,11 @@ static switch_bool_t preprocess_callback(switch_media_bug_t *bug, void *user_dat
|
|||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
pp_cb_t *cb = (pp_cb_t *) user_data;
|
||||
switch_codec_implementation_t read_impl = {0};
|
||||
|
||||
switch_core_session_get_read_impl(session, &read_impl);
|
||||
switch_frame_t *frame = NULL;
|
||||
int y;
|
||||
|
||||
switch_core_session_get_read_impl(session, &read_impl);
|
||||
|
||||
switch (type) {
|
||||
case SWITCH_ABC_TYPE_INIT:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue