FS-7500: factor back in video_thread callback and move it to the video_read_frame

This commit is contained in:
Anthony Minessale
2015-01-16 18:15:31 -06:00
committed by Michael Jerris
parent 81887e9bfc
commit a69938c3d5
5 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -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;
};