mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 02:52:32 +00:00
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,10 +1048,10 @@ static switch_bool_t preprocess_callback(switch_media_bug_t *bug, void *user_dat
|
|||||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||||
pp_cb_t *cb = (pp_cb_t *) user_data;
|
pp_cb_t *cb = (pp_cb_t *) user_data;
|
||||||
switch_codec_implementation_t read_impl = {0};
|
switch_codec_implementation_t read_impl = {0};
|
||||||
|
|
||||||
switch_core_session_get_read_impl(session, &read_impl);
|
|
||||||
switch_frame_t *frame = NULL;
|
switch_frame_t *frame = NULL;
|
||||||
int y;
|
int y;
|
||||||
|
|
||||||
|
switch_core_session_get_read_impl(session, &read_impl);
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case SWITCH_ABC_TYPE_INIT:
|
case SWITCH_ABC_TYPE_INIT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user