diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c index 68f1a33..1f8be19 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -277,7 +277,7 @@ int cDxr3Device::PlayAudio(const uchar *Data, int Length, uchar Id) if (!isAc3) { aDecoder->decode(&frame, audioOut); } else { - isyslog("[dxr3-device] ac3 is not supported"); + aDecoder->ac3dts(&frame, audioOut); } return Length; |