From 459a696eba1cc9a703cb94819ef32379f5459a08 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 22 Jun 2016 17:10:59 -0500 Subject: [PATCH] FS-9292 #resolve [Core dump playing videos or show images] --- src/switch_core_media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 0a63c44970..3f5249afb4 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -5255,7 +5255,7 @@ static void *SWITCH_THREAD_FUNC video_write_thread(switch_thread_t *thread, void switch_core_media_gen_key_frame(session); - if (mh->video_write_fh && smh->video_write_fh->mm.source_fps) { + if (smh->video_write_fh && smh->video_write_fh->mm.source_fps) { fps = (int) smh->video_write_fh->mm.source_fps; } else { fps = video_globals.fps;