mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
Revert "change libeplayer3 to own thread class"
This reverts commit3f238feb60
. Origin commit data ------------------ Branch: master Commit:b313db12a1
Author: max_10 <max_10@gmx.de> Date: 2018-09-20 (Thu, 20 Sep 2018) ------------------ This commit was generated by Migit
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>
|
||||
@@ -46,7 +48,7 @@ class Input
|
||||
friend int interrupt_cb(void *arg);
|
||||
|
||||
private:
|
||||
Mutex mutex;
|
||||
OpenThreads::Mutex mutex;
|
||||
|
||||
Track *videoTrack;
|
||||
Track *audioTrack;
|
||||
|
Reference in New Issue
Block a user