mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
@@ -4,7 +4,6 @@
|
||||
#define _AUDIO_LIB_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <thread_abstraction.h>
|
||||
#include "cs_types.h"
|
||||
|
||||
typedef enum
|
||||
@@ -38,7 +37,7 @@ typedef enum
|
||||
AUDIO_FMT_ADVANCED = AUDIO_FMT_MLP
|
||||
} AUDIO_FORMAT;
|
||||
|
||||
class cAudio : public Thread
|
||||
class cAudio : public SimpleThread
|
||||
{
|
||||
friend class cPlayback;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user