diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dxr3device.c b/dxr3device.c index c7ad807..62045c2 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -106,16 +106,6 @@ bool cDxr3Device::SetPlayMode(ePlayMode PlayMode) m_DemuxDevice.Stop(); } - // TODO: what about AC3??? - if (cDxr3ConfigData::Instance().GetUseDigitalOut()) - { - cDxr3Interface::Instance().SetAudioDigitalPCM(); - } - else - { - cDxr3Interface::Instance().SetAudioAnalog(); - } - return true; } |