Code before declaration

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14963 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Jeff Lenk 2009-09-24 15:09:54 +00:00
parent 1a3d56ce62
commit 371a6926c6
1 changed files with 2 additions and 2 deletions

View File

@ -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);
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: