Fix cppcheck warnings in vrplayer/ourinterface.cpp

This commit is contained in:
matt335672 2020-01-21 10:19:41 +00:00
parent 16c20dc6e3
commit 5aca3aa847
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ OurInterface::OurInterface(QObject *parent) :
savedGeometry.setHeight(0);
stream_id = 101;
demuxMedia = 0;
demuxMediaThread = NULL;
//elapsedTime = 0;
}