int ret = MEDIA_PACKET_FINALIZE;
muse_player_api_e api = MUSE_PLAYER_API_MEDIA_PACKET_FINALIZE_CB;
_media_pkt_fin_data *fin_data = (_media_pkt_fin_data *) user_data;
- intptr_t packet;
+ intptr_t packet = 0;
char *snd_msg = NULL;
int snd_len = 0;
bool make_pkt_fmt = false;
int ret = MEDIA_FORMAT_ERROR_NONE;
_media_pkt_fin_data *fin_data = NULL;
- intptr_t packet;
+ intptr_t packet = 0;
uint64_t pts = 0;
int i = 0;
muse_core_msg_parse_err_e err = MUSE_MSG_PARSE_ERROR_NONE;
ret = client_wait_for_cb_return(api, pc->cb_info, &ret_buf, CALLBACK_TIME_OUT * 2);
if (ret == PLAYER_ERROR_NONE) {
- intptr_t module_addr;
+ intptr_t module_addr = 0;
*player = (player_h) pc;
if (player_msg_get_type(module_addr, ret_buf, POINTER)) {
pc->cb_info->data_fd = muse_core_client_new_data_ch();