mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix mutex revert
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#define _AUDIO_LIB_H_
|
#define _AUDIO_LIB_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <thread_abstraction.h>
|
#include <OpenThreads/Thread>
|
||||||
#include "cs_types.h"
|
#include "cs_types.h"
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
@@ -220,7 +220,7 @@ class cVideo : public OpenThreads::Thread
|
|||||||
int pig_w;
|
int pig_w;
|
||||||
int pig_h;
|
int pig_h;
|
||||||
bool pig_changed;
|
bool pig_changed;
|
||||||
Mutex still_m;
|
OpenThreads::Mutex still_m;
|
||||||
bool stillpicture;
|
bool stillpicture;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user