From 371a6926c6d68c64e9423279563e8773855089fe Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 24 Sep 2009 15:09:54 +0000 Subject: [PATCH] Code before declaration git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14963 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index fed4496b33..627c5826ac 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -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: