update:移除解码器中没用的mutex

This commit is contained in:
Barry 2019-06-15 18:09:28 +08:00
parent 0da3fca247
commit 7f2509cbed

View file

@ -54,7 +54,6 @@ protected:
private:
QPointer<DeviceSocket> m_deviceSocket;
QMutex m_mutex;
bool m_quit = false;
Frames* m_frames;