From 0318fb54a63f1c605316c339120843bb5d10afed Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 16 Nov 2017 18:23:02 -0500 Subject: [PATCH] add missing initializers --- src/zm_stream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zm_stream.h b/src/zm_stream.h index dbe4c1db6..5623f8a0d 100644 --- a/src/zm_stream.h +++ b/src/zm_stream.h @@ -141,6 +141,8 @@ public: #if HAVE_LIBAVCODEC vid_stream = 0; #endif // HAVE_LIBAVCODEC + last_frame_sent = 0.0; + msg = { 0, { 0 } }; } virtual ~StreamBase();