FS-8006 #resolve [switch_core_video_thread_callback_func_t is not like other callbacks]

This commit is contained in:
Anthony Minessale 2015-08-19 14:55:26 -05:00
parent 7a81968eac
commit 135e8d6d93
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ struct switch_core_session {
switch_media_handle_t *media_handle;
uint32_t decoder_errors;
switch_core_video_thread_callback_func_t *video_read_callback;
switch_core_video_thread_callback_func_t video_read_callback;
void *video_read_user_data;
switch_slin_data_t *sdata;
};

View File

@ -2205,7 +2205,7 @@ typedef struct switch_console_callback_match switch_console_callback_match_t;
typedef void (*switch_media_bug_exec_cb_t)(switch_media_bug_t *bug, void *user_data);
typedef switch_status_t (switch_core_video_thread_callback_func_t) (switch_core_session_t *session, switch_frame_t *frame, void *user_data);
typedef switch_status_t (*switch_core_video_thread_callback_func_t) (switch_core_session_t *session, switch_frame_t *frame, void *user_data);
typedef void (*switch_cap_callback_t) (const char *var, const char *val, void *user_data);
typedef switch_status_t (*switch_console_complete_callback_t) (const char *, const char *, switch_console_callback_match_t **matches);
typedef switch_bool_t (*switch_media_bug_callback_t) (switch_media_bug_t *, void *, switch_abc_type_t);