summaryrefslogtreecommitdiff
path: root/omxdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'omxdevice.c')
-rw-r--r--omxdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omxdevice.c b/omxdevice.c
index 76aa89d..fec8cfd 100644
--- a/omxdevice.c
+++ b/omxdevice.c
@@ -39,7 +39,7 @@ cOmxDevice::cOmxDevice(void (*onPrimaryDevice)(void)) :
cDevice(),
m_onPrimaryDevice(onPrimaryDevice),
m_omx(new cOmx()),
- m_audio(new cAudioDecoder(m_omx)),
+ m_audio(new cRpiAudioDecoder(m_omx)),
m_mutex(new cMutex()),
m_videoCodec(cVideoCodec::eInvalid),
m_speed(eNormal),