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();