mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
try to fix segfault on open/close
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <OpenThreads/Mutex>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -17,6 +18,7 @@ class cPlayback
|
||||
friend class CStreamInfo2;
|
||||
|
||||
private:
|
||||
static OpenThreads::Mutex mutex;
|
||||
bool enabled;
|
||||
bool playing, first;
|
||||
bool no_probe;
|
||||
|
Reference in New Issue
Block a user