mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-7500: factor back in video_thread callback and move it to the video_read_frame
This commit is contained in:
committed by
Michael Jerris
parent
81887e9bfc
commit
a69938c3d5
@@ -78,7 +78,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* #define DEBUG_ALLOC */
|
||||
#define DO_EVENTS
|
||||
|
||||
@@ -188,6 +187,8 @@ struct switch_core_session {
|
||||
|
||||
switch_media_handle_t *media_handle;
|
||||
uint32_t decoder_errors;
|
||||
switch_core_video_thread_callback_func_t *video_read_callback;
|
||||
void *video_read_user_data;
|
||||
switch_slin_data_t *sdata;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user