From f46e7e9f536ef5a59ec30b4245d79ff0d34f0c30 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 25 Feb 2009 08:14:01 +0100 Subject: fixes and code style improvements --- dxr3device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dxr3device.c') diff --git a/dxr3device.c b/dxr3device.c index f8fa57f..f744254 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -42,7 +42,6 @@ cDxr3Device::cDxr3Device() : m_DemuxDevice(cDxr3Interface::Instance()) // where we will decide what kind of // audio output system we will use. audioOut = new cAudioOss(); - audioOut->openDevice(); m_DemuxDevice.setAudio(audioOut); } @@ -50,7 +49,6 @@ cDxr3Device::cDxr3Device() : m_DemuxDevice(cDxr3Interface::Instance()) // ================================== cDxr3Device::~cDxr3Device() { - audioOut->releaseDevice(); delete audioOut; if (m_spuDecoder) -- cgit v1.2.3