mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
Revert "change libeplayer3 to own thread class"
This reverts commit 9ed0a0d244
.
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include <scoped_lock.h>
|
||||
#include <OpenThreads/ScopedLock>
|
||||
#include <OpenThreads/Thread>
|
||||
#include <OpenThreads/Condition>
|
||||
|
||||
extern "C" {
|
||||
#include <libavutil/avutil.h>
|
||||
@@ -48,7 +50,7 @@ class Output
|
||||
int videofd;
|
||||
int audiofd;
|
||||
Writer *videoWriter, *audioWriter;
|
||||
Mutex audioMutex, videoMutex;
|
||||
OpenThreads::Mutex audioMutex, videoMutex;
|
||||
Track *audioTrack, *videoTrack;
|
||||
Player *player;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user