summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio.h b/audio.h
index 42a63ba..cf57dba 100644
--- a/audio.h
+++ b/audio.h
@@ -16,13 +16,13 @@ extern "C" {
#include "tools.h"
#include "omx.h"
-class cAudioDecoder : public cThread
+class cRpiAudioDecoder : public cThread
{
public:
- cAudioDecoder(cOmx *omx);
- virtual ~cAudioDecoder();
+ cRpiAudioDecoder(cOmx *omx);
+ virtual ~cRpiAudioDecoder();
virtual int Init(void);
virtual int DeInit(void);