diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3device.c b/dxr3device.c index 29ba21a..253a09d 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -48,6 +48,7 @@ cDxr3Device::cDxr3Device() : pluginOn(true), vPts(0), scrSet(false), playCount(0 audioOut = new cAudioAlsa(); } + audioOut->openDevice(); aDecoder = new cDxr3AudioDecoder(); } |