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

This commit is contained in:
Barry 2019-06-15 18:09:28 +08:00
parent 743b2398c9
commit a451b0feee

View file

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