add missing initializers

This commit is contained in:
Isaac Connor 2017-11-16 18:23:02 -05:00
parent 1686584908
commit 0318fb54a6
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ public:
#if HAVE_LIBAVCODEC #if HAVE_LIBAVCODEC
vid_stream = 0; vid_stream = 0;
#endif // HAVE_LIBAVCODEC #endif // HAVE_LIBAVCODEC
last_frame_sent = 0.0;
msg = { 0, { 0 } };
} }
virtual ~StreamBase(); virtual ~StreamBase();